Share via


WsWellKnownUri Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents URIs that are well-known to the system.

Inheritance Hierarchy

System. . :: . .Object
  Ws.Services..::..WsWellKnownUri

Namespace:  Ws.Services
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public NotInheritable Class WsWellKnownUri
public static class WsWellKnownUri
public ref class WsWellKnownUri abstract sealed
[<AbstractClass>]
[<Sealed>]
type WsWellKnownUri =  class end
public final class WsWellKnownUri

The WsWellKnownUri type exposes the following members.

Fields

  Name Description
Public fieldStatic member SchemaNamespaceUri Specifies the URI of the namespace's schema.
Public fieldStatic member SoapNamespaceUri Specifies the URI of the SOAP schema.
Public fieldStatic member WseNamespaceUri Specifies the WSE schema.
Public fieldStatic member WstNamespaceUri Specifies the URI of the WST schema.
Public fieldStatic member WsxNamespaceUri Specifies the URI of the WSX schema.
Public fieldStatic member XopNamespaceUri Specifies the URI for the XOP schema.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Ws.Services Namespace