Specifies the protocol that the Socket class supports.
Namespace:
System.Net.Sockets
Assembly:
System.Net (in System.Net.dll)
Visual Basic (Declaration)
Public Enumeration ProtocolType
Dim instance As ProtocolType
| Member name | Description |
|---|
| Tcp | The Transmission Control Protocol (TCP). |
| Unspecified | The protocol type is unspecified. |
| Unknown | An unknown protocol type. |
The Socket class uses the ProtocolType enumeration to inform the Windows Sockets API of the requested protocol. Low-level driver software for the requested protocol must be present on the computer for the Socket to be created successfully.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference