WebReferenceOptions::Read Method

 

Returns a new instance of WebReferenceOptions based on the code generation options described in the specified input.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRead(Stream^, ValidationEventHandler^)

Returns a new instance of WebReferenceOptions based on the code generation options described in the specified stream.

System_CAPS_pubmethodSystem_CAPS_staticRead(TextReader^, ValidationEventHandler^)

Returns a new instance of WebReferenceOptions based on the code generation options described in the specified TextReader.

System_CAPS_pubmethodSystem_CAPS_staticRead(XmlReader^, ValidationEventHandler^)

Returns a new instance of WebReferenceOptions based on the code generation options described in the specified XmlReader.

Return to top
Show: