This documentation is archived and is not being maintained.
SoapProtocolImporter.IsSoapEncodingPresent Method
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Overridable Function IsSoapEncodingPresent( _ ByVal uriList As String _ ) As Boolean [C#] protected virtual bool IsSoapEncodingPresent( string uriList ); [C++] protected: virtual bool IsSoapEncodingPresent( String* uriList ); [JScript] protected function IsSoapEncodingPresent( uriList : String ) : Boolean;
See Also
SoapProtocolImporter Class | SoapProtocolImporter Members | System.Web.Services.Description Namespace
Show: