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;
The valid socket types are defined in the SocketType class.
Socket Class | Socket Members | System.Net.Sockets Namespace | SocketType