Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Socket Class
Socket Methods
Send Method

  Switch on low bandwidth view
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
Socket..::.Send Method

Sends data to a connected Socket.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[])Sends data to a connected Socket.
Public methodSend(IList<(Of <(ArraySegment<(Of <(Byte>)>)>)>))Sends the set of buffers in the list to a connected Socket.
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[], SocketFlags)Sends data to a connected Socket using the specified SocketFlags.
Public methodSend(IList<(Of <(ArraySegment<(Of <(Byte>)>)>)>), SocketFlags)Sends the set of buffers in the list to a connected Socket, using the specified SocketFlags.
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[], Int32, SocketFlags)Sends the specified number of bytes of data to a connected Socket, using the specified SocketFlags.
Public methodSend(IList<(Of <(ArraySegment<(Of <(Byte>)>)>)>), SocketFlags, SocketError%)Sends the set of buffers in the list to a connected Socket, using the specified SocketFlags.
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[], Int32, Int32, SocketFlags)Sends the specified number of bytes of data to a connected Socket, starting at the specified offset, and using the specified SocketFlags.
Public methodSend(array<Byte>[]()[], Int32, Int32, SocketFlags, SocketError%)Sends the specified number of bytes of data to a connected Socket, starting at the specified offset, and using the specified SocketFlags
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker