System::Web::Services::Protocols::SoapMessage::SetStream 方法

SoapMessage::SetStream method

设置包含 SOAP 消息数据的流。

void System::Web::Services::Protocols::SoapMessage::SetStream(System::SharedPtr<System::IO::Stream> stream)
参数类型描述
System::SharedPtr<System::IO::Stream>必须设置的流。

另见