MessagingConfiguration.Schemes.SOAPTCP Field

Represents the SOAP over TCP 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.SOAPTCP

Syntax

'Declaration
Public Const SOAPTCP As String
public const string SOAPTCP;
public:
literal String^ SOAPTCP;
public static final System.String SOAPTCP;
public var SOAPTCP : 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