NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Socket.ProtocolType

Gets the socket's protocol type.

[Visual Basic]
Public ReadOnly Property ProtocolType As Integer
[C#]
public int ProtocolType {get;}
[C++]
public: __property int get_ProtocolType();
[JScript]
public function get ProtocolType() : int;

Remarks

The valid protocol types are defined in the ProtocolType class.

See Also

Socket Class | Socket Members | System.Net.Sockets Namespace