PowerTCP Mail for .NET
Tcp Class Properties
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 Properties

 NameDescription
public PropertyAutoReceive Gets or sets a value which determines if data is automatically received.  
public PropertyAvailable Gets the amount of data that has been received from the network and is available to be read.  
public PropertyCertificate The Certificate object representing the certificate to use for optional client-side authentication.  
public PropertyCharset Gets and sets the character set used for string/byte array conversions.  
public PropertyConnected Gets the connected state of the connection.  
public PropertyConnectTimeout Gets or sets the number of milliseconds to wait for response from the server when connecting.  
public PropertyContainer (Inherited from System.ComponentModel.Component)
public PropertyDoEvents Gets or sets a value that controls the processing of events during blocking method calls.  
public PropertyKeepAlive Gets or sets the value of the socket's KeepAlive option.  
public PropertyLocalEndPoint Returns the local address the socket is bound to.  
public PropertyNoDelay Gets and sets a value the disables the use of Nagle's algorithm so that data is sent immediately.  
public PropertyOutOfBandInline Gets or sets a value that indicates whether out-of-band (urgent) data is read as normal in-line data.  
public PropertyProxy Returns the Proxy instance that controls proxy server use.  
public PropertyReceiveBufferSize Gets and sets the size of the system receive buffer.  
public PropertyReceiveTimeout Gets and sets the number of milliseconds that a Tcp.Receive method will block before throwing a SocketException.  
public PropertyRemoteCertificate The Certificate object representing the certificate presented by the remote host during the SSL handshake.  
public PropertyRemoteEndPoint Returns the remote address/port the socket is connected to.  
public PropertyReuseAddress Gets or sets a value that typically allows any local port to be specified, even if it is already in use.  
public PropertySecureProtocolGets or sets a value which determines the type of encryption to use on the data.  
public PropertySendBufferSize Gets and sets the size of the system send buffer.  
public PropertySendTimeout Gets and sets the number of milliseconds that a Tcp.Send method will block before throwing a SocketException.  
public PropertySite (Inherited from System.ComponentModel.Component)
public PropertySocket Returns a reference to the System.Net.Sockets.Socket instance being used.  
public PropertyStream Returns a SegmentedStream that can be used for advanced streaming operations on the socket.  
public PropertySynchronizingObjectSet this object to automatically control thread marshalling between worker threads and the main UI thread.  
public PropertyTag Gets or sets an object reference that can be used to associate this instance with any other. Gets or sets an object reference that can be used to associate this instance with any other.  
public PropertyUseAuthenticationGets or sets a value that determines if certificate authentication is used.  
public PropertyUseSslShutdownControls whether or not shut-down bytes are sent to the server when the connection is closed.  
Top

Protected Properties

See Also

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