NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceDescription.Read (Stream)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function Read( _
   ByVal stream As Stream _
) As ServiceDescription
[C#]
public static ServiceDescription Read(
   Stream stream
);
[C++]
public: static ServiceDescription* Read(
   Stream* stream
);
[JScript]
public static function Read(
   stream : Stream
) : ServiceDescription;

Parameters

stream
[To be supplied.]

See Also

ServiceDescription Class | ServiceDescription Members | System.Web.Services.Description Namespace | ServiceDescription.Read Overload List