| Name | Description |
---|
 | Accept |
Creates a new Socket for a newly created connection
(Overrides BaseSocket..::..Accept(Int32).) |
 | BeginAccept | (Overrides BaseSocket..::..BeginAccept(AsyncCallback, Object).) |
 | BeginReceive | (Overrides BaseSocket..::..BeginReceive(array<Byte>[]()[][], Int32, Int32, SocketFlags, AsyncCallback, Object).) |
 | Bind |
Associates a Socket with a local endpoint.
(Overrides BaseSocket..::..Bind(EndPoint).) |
 | Close |
Closes the Socket connection and releases all associated resources.
(Overrides BaseSocket..::..Close()()()().) |
 | Connect(EndPoint) |
Establishes a connection to a remote endpoint
(Overrides BaseSocket..::..Connect(EndPoint).) |
 | Connect(EndPoint, Int32) |
Establishes a connection to a remote endpoint
(Overrides BaseSocket..::..Connect(EndPoint, Int32).) |
 | EndAccept | (Overrides BaseSocket..::..EndAccept(IAsyncResult).) |
 | EndReceive | (Overrides BaseSocket..::..EndReceive(IAsyncResult).) |
 | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
 | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
 | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
 | GetStream()()()() |
Get the stream associated with the socket.
(Overrides BaseSocket..::..GetStream()()()().) |
 | GetStream(Boolean) |
Get the stream associated with the socket.
(Overrides BaseSocket..::..GetStream(Boolean).) |
 | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
 | Listen |
Places socket in a listening state.
(Overrides BaseSocket..::..Listen(Int32).) |
 | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
 | Poll | (Overrides BaseSocket..::..Poll(Int32, SelectMode).) |
 | Receive |
Receives data from a bound Socket.
(Overrides BaseSocket..::..Receive(array<Byte>[]()[][]).) |
 | Send(array<Byte>[]()[][]) |
Sends data to a connected Socket.
(Overrides BaseSocket..::..Send(array<Byte>[]()[][]).) |
 | Send(array<Byte>[]()[][], Int32, Int32, SocketFlags) | (Overrides BaseSocket..::..Send(array<Byte>[]()[][], Int32, Int32, SocketFlags).) |
 | SetSocketOption |
Sets a Socket option.
(Overrides BaseSocket..::..SetSocketOption(SocketOptionLevel, SocketOptionName, Int32).) |
 | Shutdown | (Overrides BaseSocket..::..Shutdown(SocketShutdown).) |
 | ToString | (Inherited from Object.) |