WebReferenceOptions::Read Method
.NET Framework (current version)
Returns a new instance of WebReferenceOptions based on the code generation options described in the specified input.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Read(Stream^, ValidationEventHandler^) | Returns a new instance of WebReferenceOptions based on the code generation options described in the specified stream. |
![]() ![]() | Read(TextReader^, ValidationEventHandler^) | Returns a new instance of WebReferenceOptions based on the code generation options described in the specified TextReader. |
![]() ![]() | Read(XmlReader^, ValidationEventHandler^) | Returns a new instance of WebReferenceOptions based on the code generation options described in the specified XmlReader. |
Show:

