MessagingConfiguration.Schemes.HTTPS Field
Represents the HTTPS 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.HTTPS
Syntax
'Declaration
Public Const HTTPS As String
public const string HTTPS;
public:
literal String^ HTTPS;
public static final System.String HTTPS;
public var HTTPS : 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