|
| Name | Description |
|---|
.gif) .gif) | Accept | Creates a new Socket for a newly created connection. |
.gif) | AcceptAsync | Begins an asynchronous operation to accept an incoming connection attempt. |
.gif) .gif) | BeginAccept | Overloaded. Begins an asynchronous operation to accept an incoming connection attempt. |
.gif) .gif) | BeginConnect | Overloaded. Begins an asynchronous request for a remote host connection. |
.gif) | BeginDisconnect | Begins an asynchronous request to disconnect from a remote endpoint. |
.gif) .gif) | BeginReceive | Overloaded. Begins to asynchronously receive data from a connected Socket. |
.gif) .gif) | BeginReceiveFrom | Begins to asynchronously receive data from a specified network device. |
.gif) | BeginReceiveMessageFrom | Begins to asynchronously receive the specified number of bytes of data into the specified location of the data buffer, using the specified SocketFlags, and stores the endpoint and packet information.. |
.gif) .gif) | BeginSend | Overloaded. Sends data asynchronously to a connected Socket. |
.gif) | BeginSendFile | Overloaded. Sends a file asynchronously to a connected Socket object. |
.gif) .gif) | BeginSendTo | Sends data asynchronously to a specific remote host. |
.gif) .gif) | Bind | Associates a Socket with a local endpoint. |
.gif) .gif) | Close | Overloaded. Closes the Socket connection and releases all associated resources. |
.gif) .gif) | Connect | Overloaded. Establishes a connection to a remote host. |
.gif) | ConnectAsync | Begins an asynchronous request for a remote host connection. |
.gif) | Disconnect | Closes the socket connection and allows reuse of the socket. |
.gif) | DisconnectAsync | Begins an asynchronous request to disconnect from a remote endpoint. |
.gif) .gif) | Dispose | Releases the unmanaged resources used by the Socket, and optionally disposes of the managed resources. |
.gif) | DuplicateAndClose | Duplicates the socket reference for the target process, and closes the socket for this process. |
.gif) .gif) | EndAccept | Overloaded. Asynchronously accepts an incoming connection attempt. |
.gif) .gif) | EndConnect | Ends a pending asynchronous connection request. |
.gif) | EndDisconnect | Ends a pending asynchronous disconnect request. |
.gif) .gif) | EndReceive | Overloaded. Ends a pending asynchronous read. |
.gif) .gif) | EndReceiveFrom | Ends a pending asynchronous read from a specific endpoint. |
.gif) | EndReceiveMessageFrom | Ends a pending asynchronous read from a specific endpoint. This method also reveals more information about the packet than EndReceiveFrom. |
.gif) .gif) | EndSend | Overloaded. Ends a pending asynchronous send. |
.gif) | EndSendFile | Ends a pending asynchronous send of a file. |
.gif) .gif) | EndSendTo | Ends a pending asynchronous send to a specific location. |
.gif) .gif) | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
.gif) .gif) | Finalize | Frees resources used by the Socket class. (Overrides Object..::.Finalize()()().) |
.gif) .gif) | GetHashCode | Overloaded. |
.gif) .gif) | GetSocketOption | Overloaded. Returns the value of a Socket option. |
.gif) .gif) | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
.gif) .gif) | IOControl | Overloaded. Sets low-level operating modes for the Socket. |
.gif) .gif) | Listen | Places a Socket in a listening state. |
.gif) .gif) | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
.gif) .gif) | Poll | Determines the status of the Socket. |
.gif) .gif) | Receive | Overloaded. Receives data from a bound Socket. |
.gif) | ReceiveAsync | Begins an asynchronous request to receive data from a connected Socket object. |
.gif) .gif) | ReceiveFrom | Overloaded. Receives a datagram and stores the source endpoint. |
.gif) | ReceiveFromAsync | Begins to asynchronously receive data from a specified network device. |
.gif) | ReceiveMessageFrom | Receives the specified number of bytes of data into the specified location of the data buffer, using the specified SocketFlags, and stores the endpoint and packet information. |
.gif) | ReceiveMessageFromAsync | Begins to asynchronously receive the specified number of bytes of data into the specified location in the data buffer, using the specified SocketAsyncEventArgs..::.SocketFlags, and stores the endpoint and packet information. |
.gif) .gif) .gif) | Select | Determines the status of one or more sockets. |
.gif) .gif) | Send | Overloaded. Sends data to a connected Socket. |
.gif) | SendAsync | Sends data asynchronously to a connected Socket object. |
.gif) | SendFile | Overloaded. Sends a file and optional data synchronously to a connected Socket. |
.gif) | SendPacketsAsync | Sends a collection of files or in memory data buffers asynchronously to a connected Socket object. |
.gif) .gif) | SendTo | Overloaded. Sends data to a specific endpoint. |
.gif) | SendToAsync | Sends data asynchronously to a specific remote host. |
.gif) .gif) | SetSocketOption | Overloaded. Sets a Socket option. |
.gif) .gif) | Shutdown | Disables sends and receives on a Socket. |
.gif) .gif) | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |