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.SocketType

Gets the socket's type.

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

Remarks

The valid socket types are defined in the SocketType class.

See Also

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