Click or drag to resize

WsdlServiceOptions Properties

The WsdlServiceOptions type exposes the following members.

Properties
  NameDescription
Public propertyIsDispatchByBody
Indicate when used as ServerStub, the service is dispatched by body element. It's value is False.
Public propertyIsOrdered
Gets a value indicating whether XML tags' order is important.
Public propertyPassword
Gets or sets the saved password to get the service description
Public propertyServiceConfigurations
Gets or sets the endpoints definition for generating the code
Public propertyTargetNamespace
Gets or sets the target namespace of the code generated.
Public propertyUsername
Gets or sets the saved username to get the service description
Public propertyUseXmlSerializer
Gets or sets a value indicating whether to use XmlSerlizer before send Web service requets.
Top
See Also