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 (TextReader)

[To be supplied.]

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

Parameters

textReader
[To be supplied.]

See Also

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