NET Logging Library
IsSoap11Request Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > WebserviceTarget Class : IsSoap11Request Property
By default this property is false and it communicates via Soap 12
Syntax
Public Property IsSoap11Request As Boolean
Dim instance As WebserviceTarget
Dim value As Boolean
 
instance.IsSoap11Request = value
 
value = instance.IsSoap11Request
public bool IsSoap11Request {get; set;}
public:
property bool IsSoap11Request {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebserviceTarget Class
WebserviceTarget Members