XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / CustomBinding Property



CustomBinding Property
Custom HTTP Binding for listening services such as Registry and Repository
Syntax
Public Shared Property CustomBinding As Binding
Dim value As Binding
 
XdsGlobal.CustomBinding = value
 
value = XdsGlobal.CustomBinding
public static Binding CustomBinding {get; set;}
public:
static property Binding^ CustomBinding {
   Binding^ get();
   void set (    Binding^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also