TLSTransportFactoryEnableServerNameValidation Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool EnableServerNameValidation { get; set; }
Public Property EnableServerNameValidation As Boolean
Get
Set
public:
property bool EnableServerNameValidation {
bool get ();
void set (bool value);
}
member EnableServerNameValidation : bool with get, set
Property Value
Type:
Boolean
See Also