.NET Framework Class Library for Silverlight
ProtocolType Enumeration

Specifies the protocol that the Socket class supports.

Namespace:  System.Net.Sockets
Assembly:  System.Net (in System.Net.dll)
Syntax

Visual Basic (Declaration)
Public Enumeration ProtocolType
Visual Basic (Usage)
Dim instance As ProtocolType
C#
public enum ProtocolType
Members

Member nameDescription
TcpThe Transmission Control Protocol (TCP).
UnspecifiedThe protocol type is unspecified.
UnknownAn unknown protocol type.
Remarks

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.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker