SoapServerType::ServiceDefaultIsEncoded Property

 

Returns a Boolean that indicates whether SOAP data transmissions sent to and from this XML Web service are encoded by default.

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

public:
property bool ServiceDefaultIsEncoded {
	bool get();
}

Property Value

Type: System::Boolean

true if SOAP data transmissions sent to and from this XML Web service are encoded by default; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: