Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ByteStreamMessage Class

.NET Framework (current version)
 

Represents a byte stream message.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel.Channels (in System.ServiceModel.Channels.dll)

System.Object
  System.ServiceModel.Channels.ByteStreamMessage

Public NotInheritable Class ByteStreamMessage

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateMessage(ArraySegment(Of Byte))

Creates a byte stream message using the specified buffer data.

System_CAPS_pubmethodSystem_CAPS_staticCreateMessage(ArraySegment(Of Byte), BufferManager)

Creates a byte stream message using the specified buffer data and buffer manager.

System_CAPS_pubmethodSystem_CAPS_staticCreateMessage(Stream)

Creates a byte stream message using the specified stream.

.NET Framework
Available since 4.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft