ServiceDescription.Read Method (TextReader)

 

Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

static member Read : 
        textReader:TextReader -> ServiceDescription

Parameters

textReader
Type: System.IO.TextReader

A TextReader instance, passed by reference, which contains the text to be read.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: