Share via


SoapAspNetTransport.UriScheme Field

Gets the URI scheme for SOAP messages that are hosted by ASP.NET.

Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim returnValue As String
returnValue = SoapAspNetTransport.UriScheme

Dim sampleValue As String
SoapAspNetTransport.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

SoapAspNetTransport Class
SoapAspNetTransport Members
Microsoft.Web.Services3.Messaging Namespace