Socket Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Socket type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone AddressFamily Gets the address family of the Socket.
Public propertySupported by Silverlight for Windows Phone Connected Gets a value that indicates whether a Socket is connected to a remote host as of the last operation.
Public propertySupported by Silverlight for Windows Phone NoDelay Gets or sets a Boolean value that specifies whether the Socket is using the Nagle algorithm.
Public propertyStatic memberSupported by Silverlight for Windows Phone OSSupportsIPv4 Gets a value indicating whether IPv4 support is available and enabled on the current host.
Public propertyStatic memberSupported by Silverlight for Windows Phone OSSupportsIPv6 Gets a value indicating whether IPv6 support is available and enabled on the current host.
Public propertySupported by Silverlight for Windows Phone ProtocolType Gets the protocol type of the Socket.
Public propertySupported by Silverlight for Windows Phone ReceiveBufferSize Gets or sets a value that specifies the size of the receive buffer of the Socket.
Public propertySupported by Silverlight for Windows Phone RemoteEndPoint Gets the remote endpoint.
Public propertySupported by Silverlight for Windows Phone SendBufferSize Gets or sets a value that specifies the size of the send buffer of the Socket.
Public propertySupported by Silverlight for Windows Phone Ttl Gets or sets a value that specifies the Time To Live (TTL) value of Internet Protocol (IP) packets sent by the Socket.

Top