Mono Class Library: System.Net.Sockets NamespaceSystem.Net.Sockets.ProtocolType Enumeration |
|
The System.Net.Sockets.ProtocolType enumeration is used with the System.Net.Sockets.Socket class. This enumeration specifies the protocols that a socket instance can use to transport data. [Edit]
Member Name Description Ggp Specifies the Gateway To Gateway Protocol. [Edit] Icmp Specifies the Internet Control Message Protocol (ICMP) as defined by IETF RFC 1792. [Edit] IcmpV6 Documentation for this section has not yet been entered. [Edit] Idp Specifies the Inter-Domain Policy Protocol (IDP) as defined by IETF RFC 1764. [Edit] Igmp Specifies the Internet Group Management Protocol (IGMP) as defined by IETF RFC 2236. [Edit] IP Specifies the Internet Protocol (IP) as defined by IETF RFC 791, 792, 919, 922, and 1112.
Note:[Edit]Multiple names are defined for this value based on prior art. This value is identical to ProtocolType.Unspecified.
IPSecAuthenticationHeader Documentation for this section has not yet been entered. [Edit] IPSecEncapsulatingSecurityPayload Documentation for this section has not yet been entered. [Edit] IPv4 Documentation for this section has not yet been entered. [Edit] IPv6 Documentation for this section has not yet been entered. [Edit] IPv6DestinationOptions Documentation for this section has not yet been entered. [Edit] IPv6FragmentHeader Documentation for this section has not yet been entered. [Edit] IPv6HopByHopOptions Documentation for this section has not yet been entered. [Edit] IPv6NoNextHeader Documentation for this section has not yet been entered. [Edit] IPv6RoutingHeader Documentation for this section has not yet been entered. [Edit] Ipx Specifies the Internetwork Packet Exchange Protocol. [Edit] ND Specifies the Net Disk Protocol. [Edit] Pup Specifies the Xerox Post Office Update Protocol. [Edit] Raw Specifies the Raw IP packet protocol. [Edit] Spx Specifies the Sequenced Packet Exchange Protocol. [Edit] SpxII Specifies the Sequenced Packet Exchange Version 2 Protocol. [Edit] Tcp Specifies the Transmission Control Protocol (TCP) as defined by IETF RFC 793. [Edit] Udp Specifies the User Datagram Protocol (UDP) as defined by IETF RFC 768. [Edit] Unknown Used to indicate an uninitialized state. This member is not to be used when constructing instances of the System.Net.Sockets.Socket class. [Edit] Unspecified Unspecified protocol.
Note:[Edit]Multiple names are defined for this value based on prior art. This value is identical to ProtocolType.IP.
Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0