See Also

Tcp Class  | Tcp Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages

PowerTCP Email Validation for .NET

Send Method

Dart.PowerTCP.EmailValidation Namespace > Tcp Class : Send Method

Send data to the server, specifying a buffer, offset, count and SocketFlags value.

Overload List

Send data to the server, specifying a buffer, offset, count and SocketFlags value.

[C++] public Segment* Send(byte[]*,int,int,SocketFlags);

[C++/CLI] public Segment^ Send(bytearray<buffer>^,int,int,SocketFlags);

Send data to the server.

[C++] public Segment* Send(byte[]*);

[C++/CLI] public Segment^ Send(bytearray<buffer>^);

Send data to the server.

[C++] public Segment* Send(string*);

[C++/CLI] public Segment^ Send(String^);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Tcp Class  | Tcp Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.