edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

StandardSocket Class

Standard implementation of BaseSocket
Inheritance Hierarchy

Namespace:  EnterpriseDT.Net
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public class StandardSocket : BaseSocket

The StandardSocket type exposes the following members.

Constructors
  NameDescription
Protected methodStandardSocket(Socket)
Initializes a new instance of the StandardSocket class
Public methodStandardSocket(AddressFamily, SocketType, ProtocolType, ILogTag)
Initializes a new instance of the StandardSocket class
Top
Properties
Methods
  NameDescription
Public methodAccept
Creates a new Socket for a newly created connection
(Overrides BaseSocketAccept(Int32).)
Public methodBeginAccept
Public methodBeginReceive
Public methodBind
Associates a Socket with a local endpoint.
(Overrides BaseSocketBind(EndPoint).)
Public methodClose
Closes the Socket connection and releases all associated resources.
(Overrides BaseSocketClose.)
Public methodConnect(EndPoint)
Establishes a connection to a remote endpoint
(Overrides BaseSocketConnect(EndPoint).)
Public methodConnect(EndPoint, Int32)
Establishes a connection to a remote endpoint
(Overrides BaseSocketConnect(EndPoint, Int32).)
Public methodEndAccept
Public methodEndReceive
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStream
Get the stream associated with the socket.
(Overrides BaseSocketGetStream.)
Public methodGetStream(Boolean)
Get the stream associated with the socket.
(Overrides BaseSocketGetStream(Boolean).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListen
Places socket in a listening state.
(Overrides BaseSocketListen(Int32).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPoll (Overrides BaseSocketPoll(Int32, SelectMode).)
Public methodReceive
Receives data from a bound Socket.
(Overrides BaseSocketReceive(Byte).)
Public methodSend(Byte)
Sends data to a connected Socket.
(Overrides BaseSocketSend(Byte).)
Public methodSend(Byte, Int32, Int32, SocketFlags)
Public methodSetSocketOption
Sets a Socket option.
(Overrides BaseSocketSetSocketOption(SocketOptionLevel, SocketOptionName, Int32).)
Public methodShutdown (Overrides BaseSocketShutdown(SocketShutdown).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldaddressFamily
(Inherited from BaseSocket.)
Protected fieldlogTag
Logging tag
(Inherited from BaseSocket.)
Protected fieldprotocolType
(Inherited from BaseSocket.)
Public fieldStatic memberSOCKET_BUFFER_SIZE Obsolete.
Used to set socket ReceiveBuffer and SendBuffer but now obsolete.
Protected fieldsocketType
(Inherited from BaseSocket.)
Top
See Also