WebMessageHelper.CreateRawMessageBody(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::ServiceModel::Channels::BodyWriter ^ CreateRawMessageBody(System::IO::Stream ^ data);
public static System.ServiceModel.Channels.BodyWriter CreateRawMessageBody (System.IO.Stream data);
static member CreateRawMessageBody : System.IO.Stream -> System.ServiceModel.Channels.BodyWriter
Public Shared Function CreateRawMessageBody (data As Stream) As BodyWriter
Parameters
- data
- Stream