ProtocolVersion10 Class

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

Contains properties for the SOAP message protocol version 1.0.

Inheritance Hierarchy

System. . :: . .Object
  Ws.Services. . :: . .ProtocolVersion
    Ws.Services..::..ProtocolVersion10

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

Syntax

'Declaration
Public Class ProtocolVersion10 _
    Inherits ProtocolVersion
public class ProtocolVersion10 : ProtocolVersion
public ref class ProtocolVersion10 : public ProtocolVersion
type ProtocolVersion10 =  
    class
        inherit ProtocolVersion
    end
public class ProtocolVersion10 extends ProtocolVersion

The ProtocolVersion10 type exposes the following members.

Constructors

  Name Description
Public method ProtocolVersion10 Initializes a new instance of the ProtocolVersion10 class.

Top

Properties

  Name Description
Public property AddressingNamespace Gets the addressing namespace. (Overrides ProtocolVersion. . :: . .AddressingNamespace.)
Public property AnonymousRoleUri Gets the anonymous role URI namespace. (Overrides ProtocolVersion. . :: . .AnonymousRoleUri.)
Public property AnonymousUri Gets the anonymous URI namespace. (Overrides ProtocolVersion. . :: . .AnonymousUri.)
Public property DiscoveryNamespace Gets the discovery namespace. (Overrides ProtocolVersion. . :: . .DiscoveryNamespace.)
Public property DiscoveryWellKnownAddress Gets the Ws-Discovery well-known address. (Overrides ProtocolVersion. . :: . .DiscoveryWellKnownAddress.)
Public property EventingNamespace Gets the eventing namespace. (Overrides ProtocolVersion. . :: . .EventingNamespace.)
Public property IncludeSoapHeaders Gets a value that indicates whether SOAP messages will include SOAP headers. (Overrides ProtocolVersion. . :: . .IncludeSoapHeaders.)
Public property Version Gets the DPWS version. (Overrides ProtocolVersion. . :: . .Version.)
Public property WsdpNamespaceUri Used to get the devices profile for web services. (Overrides ProtocolVersion. . :: . .WsdpNamespaceUri.)

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

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