SoapTcpTransport.UriScheme Field
Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP). This field is read-only.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As String
returnValue = SoapTcpTransport.UriScheme
Dim sampleValue As String
SoapTcpTransport.UriScheme = sampleValue
Syntax
'Declaration
Public Shared ReadOnly UriScheme As String
public static readonly string UriScheme;
public:
static initonly String^ UriScheme;
public static System.String UriScheme;
public static var UriScheme : String;
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SoapTcpTransport Class
SoapTcpTransport Members
Microsoft.Web.Services3.Messaging Namespace