Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
TcpClient Class
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
TcpClient Properties

The TcpClient type exposes the following members.

  NameDescription
Protected propertySupported by the .NET Compact FrameworkActiveGets or set a value that indicates whether a connection has been made.
Public propertyAvailableGets the amount of data that has been received from the network and is available to be read.
Public propertySupported by the .NET Compact FrameworkClientGets or sets the underlying Socket.
Public propertyConnectedGets a value indicating whether the underlying Socket for a TcpClient is connected to a remote host.
Public propertyExclusiveAddressUseGets or sets a Boolean value that specifies whether the TcpClient allows only one client to use a port.
Public propertySupported by the .NET Compact FrameworkLingerStateGets or sets information on the linger state of the associated socket.
Public propertySupported by the .NET Compact FrameworkNoDelayGets or sets a value that disables a delay when send or receive buffers are not full.
Public propertySupported by the .NET Compact FrameworkReceiveBufferSizeGets or sets the size of the receive buffer.
Public propertySupported by the .NET Compact FrameworkReceiveTimeoutGets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.
Public propertySupported by the .NET Compact FrameworkSendBufferSizeGets or sets the size of the send buffer.
Public propertySupported by the .NET Compact FrameworkSendTimeoutGets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker