The ProxySocket type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAccept
Accepts an incoming connection.
Public methodSupported by the .NET Compact FrameworkBeginAccept
Begins an asynchronous request to accept an incoming connection.
Public methodSupported by the .NET Compact FrameworkBeginConnect(EndPoint, AsyncCallback, Object)
Begins an asynchronous request for a connection to a network device.
Public methodSupported by the .NET Compact FrameworkBeginConnect(String, Int32, AsyncCallback, Object)
Begins an asynchronous request for a connection to a network device.
Public methodSupported by the .NET Compact FrameworkBeginListen
Starts an asynchronously request to listen for an incoming connection using the specified control socket as a base.
Public methodSupported by the .NET Compact FrameworkBeginReceive
Begins to asynchronously receive data from a connected ProxySocket.
Public methodSupported by the .NET Compact FrameworkBeginSend
Sends data asynchronously to a connected ProxySocket.
Public methodSupported by the .NET Compact FrameworkClose
Forces the ProxySocket connection to close.
Public methodSupported by the .NET Compact FrameworkConnect(EndPoint)
Establishes a connection to a remote device.
Public methodSupported by the .NET Compact FrameworkConnect(String, Int32)
Establishes a connection to a remote device.
Public methodSupported by the .NET Compact FrameworkDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodSupported by the .NET Compact FrameworkEndAccept
Ends an asynchronous request to accept an incoming connection.
Public methodSupported by the .NET Compact FrameworkEndConnect
Ends a pending asynchronous connection request.
Public methodSupported by the .NET Compact FrameworkEndListen
Ends an asynchronous request to listen for an incoming connection.
Public methodSupported by the .NET Compact FrameworkEndReceive
Ends a pending asynchronous read.
Public methodSupported by the .NET Compact FrameworkEndSend
Ends a pending asynchronous send.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkGetAddressBytes Obsolete.
Public methodStatic memberSupported by the .NET Compact FrameworkGetAddressLong Obsolete.
Public methodSupported by the .NET Compact FrameworkGetConnectionState
Gets a value that indicates whether the ProxySocket is currently connected to a remote host.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkIsValidHost
Checks whether the host address is a valid hostname or IP address.
Public methodSupported by the .NET Compact FrameworkListen
Starts a request to listen for an incoming connection using the specified control socket as a base.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkPoll
Determines the status of the socket.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][])
Receives data from a connected ProxySocket.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], SocketFlags)
Receives data from a connected ProxySocket using the supplied flags.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], Int32, Int32)
Receives the specified amount of data from a connected ProxySocket into a specific location of the receive buffer and using the supplied flags.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], Int32, SocketFlags)
Receives the specified amount of data from a connected ProxySocket using the supplied flags.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], Int32, Int32, SocketFlags)
Receives the specified amount of data from a connected ProxySocket into a specific location of the receive buffer and using the supplied flags.
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][])
Sends data to a connected ProxySocket.
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][], SocketFlags)
Sends data to a connected ProxySocket using the supplied flags.
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][], Int32, Int32)
Sends the specified amount of data to a connected ProxySocket starting at the indicated location in the data and using the supplied flags.
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][], Int32, SocketFlags)
Sends the specified amount of data to a connected ProxySocket using the supplied flags.
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][], Int32, Int32, SocketFlags)
Sends the specified amount of data to a connected ProxySocket starting at the indicated location in the data and using the supplied flags.
Public methodSupported by the .NET Compact FrameworkShutdown
Disables sends and receives on the ProxySocket.
Public methodStatic memberSupported by the .NET Compact FrameworkToEndPoint(IPHostEntry, Int32)
Chooses the most appropriate IP endpoint to use from the host entry.
Public methodStatic memberSupported by the .NET Compact FrameworkToEndPoint(String, Int32)
Converts the host address and port into an IP endpoint. If the host address is not an IP address, returns null.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also