SetStream()

SoapMessage::SetStream(System::SharedPtr<System::IO::Stream>) method

Sets the stream that contains the SOAP message data.

void System::Web::Services::Protocols::SoapMessage::SetStream(System::SharedPtr<System::IO::Stream> stream)

Arguments

ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>The stream that must be set.

See Also