Upgrade your Internet Experience
United States - English
Argentina (Español)
Australia (English)
Brasil (Português)
Canada (English)
Canada (Français)
中国 (简体中文)
Colombia (Español)
Deutschland (Deutsch)
España (Español)
France (Français)
India (English)
Italia (Italiano)
日本 (日本語)
México (Español)
Perú (Español)
Россия (Pусский)
United Kingdom (English)
United States (English)
More...
Microsoft.com
Welcome
Sign in
.NET Framework Developer Center
Home
Library
Learn
Downloads
Support
Community
Forums
Classic
  |  
Lightweight Beta
  |  
ScriptFree
Printer Friendly Version
Send
Add Content...
Click to Rate and Give Feedback
Give feedback on this content
MSDN Library
MSDN
Please Wait
MSDN Library
Please Wait
.NET Development
Please Wait
.NET Framework 3.5
Please Wait
.NET Framework Class Library
Please Wait
System.Net.Sockets Namespace
Please Wait
TcpClient Class
Please Wait
TcpClient Properties
Please Wait
Collapse All
Expand All
Members Filter
Include Protected Members
Include Inherited Members
Frameworks Filter
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
Microsoft Visual Studio 2003/.NET Framework 1.1
Microsoft Visual Studio 2005/.NET Framework 2.0
.NET Framework 3.0
Microsoft Visual Studio 2010/.NET Framework 4
.NET Framework Class Library
TcpClient Properties
The
TcpClient
type exposes the following members.
Properties
Name
Description
Active
Gets or set a value that indicates whether a connection has been made.
Available
Gets the amount of data that has been received from the network and is available to be read.
Client
Gets or sets the underlying
Socket
.
Connected
Gets a value indicating whether the underlying
Socket
for a
TcpClient
is connected to a remote host.
ExclusiveAddressUse
Gets or sets a
Boolean
value that specifies whether the
TcpClient
allows only one client to use a port.
LingerState
Gets or sets information on the linger state of the associated socket.
NoDelay
Gets or sets a value that disables a delay when send or receive buffers are not full.
ReceiveBufferSize
Gets or sets the size of the receive buffer.
ReceiveTimeout
Gets or sets the amount of time a
TcpClient
will wait to receive data once a read operation is initiated.
SendBufferSize
Gets or sets the size of the send buffer.
SendTimeout
Gets or sets the amount of time a
TcpClient
will wait for a send operation to complete successfully.
Top
See Also
Reference
TcpClient Class
System.Net.Sockets Namespace
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
Community Content
Add new content
Annotations
|
Edit
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
© 2010 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement