set_InternalStream()

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

Sets the stream that contains the SOAP message data.

void System::Web::Services::Protocols::SoapMessage::set_InternalStream(System::SharedPtr<System::IO::Stream> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<System::IO::Stream>The value that must be set.

See Also