UseUnencryptedDataChannel Property
In This Topic
Syntax
'Declaration
Public Property UseUnencryptedDataChannel As Boolean
public bool UseUnencryptedDataChannel {get; set;}
public:
property bool UseUnencryptedDataChannel {
bool get();
void set ( bool value);
}
See Also