MessagingConfiguration.Schemes.HTTP Field
Represents the HTTP protocol scheme.
Namespace: Microsoft.Web.Services3.Messaging.Configuration
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As String
returnValue = MessagingConfiguration.Schemes.HTTP
Syntax
'Declaration
Public Const HTTP As String
public const string HTTP;
public:
literal String^ HTTP;
public static final System.String HTTP;
public var HTTP : 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
MessagingConfiguration.Schemes Class
MessagingConfiguration.Schemes Members
Microsoft.Web.Services3.Messaging.Configuration Namespace