System::Web::Services::Protocols::SoapMessage::SetStream method

SoapMessage::SetStream method

Sets the stream that contains the SOAP message data.

void System::Web::Services::Protocols::SoapMessage::SetStream(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>The stream that must be set.

See Also