PowerTCP Mail for .NET
Tcp Class Methods
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : Tcp Class


"

For a list of all members of this type, see Tcp members.

"

Public Methods

 NameDescription
public MethodBeginConnectOverloaded.  Connect to a server asynchronously, specifying the local interface to use. The Tcp.EndConnect event is raised when completed.  
public MethodBeginReceiveOverloaded.  Receive data into your buffer asynchronously specifying a buffer, offset, count and SocketFlags value. The Tcp.EndReceive event is raised when completed.  
public MethodBeginSendOverloaded.  Send data from your buffer asynchronously, specifying a buffer, offset, count and SocketFlags value. The Tcp.EndSend event is raised when completed.  
public MethodCloseOverloaded.  Close the connection.  
public MethodConnectOverloaded.  Connect to a host, specifying the local interface to use.  
public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
public MethodDisposeOverloaded. Overridden.  Releases all resources associated with the object.  
public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
public MethodReceiveOverloaded.  Receive data from the host, specifying a buffer, offset, count and SocketFlags value.  
public MethodSendOverloaded.  Send data to the server, specifying a buffer, offset, count and SocketFlags value.  
public MethodWaitForOverloaded.  Reads data from the stream until the specified string is found.  
Top

Protected Methods

 NameDescription
protected MethodGetService (Inherited from System.ComponentModel.Component)
protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Top

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.