Class SoapDescription
Describes SOAP message and protocols.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services.Policies
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class SoapDescription : IExtensibleDataObject
  Constructors
SoapDescription()
Declaration
public SoapDescription()
  Properties
EstablishSecurityContext
Gets or sets a flag that indicates whether security context must be established.
Declaration
public bool EstablishSecurityContext { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Boolean | 
ExtensionData
Gets or sets ExtensionDataObject that enables serialization round-trips.
Declaration
public ExtensionDataObject ExtensionData { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ExtensionDataObject | 
MessageSecurity
Gets or sets the message security.
Declaration
public MessageSecurityType MessageSecurity { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MessageSecurityType | 
ReliableSession
Gets or sets the reliable session mode.
Declaration
public ReliableSessionMode ReliableSession { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ReliableSessionMode | 
SecurityMode
Gets or sets the SOAP security mode.
Declaration
public SoapSecurityMode SecurityMode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SoapSecurityMode | 
UseContext
Gets or sets a flag that indicates whether workflow context will be used.
Declaration
public bool UseContext { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Boolean | 
UseOasisProtocols
Gets or sets a flag that enables OASIS versions of reliable session and transaction protocols.
Declaration
public bool UseOasisProtocols { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Boolean | 
UseTransactions
Gets or sets the flag that enables transaction flow.
Declaration
public bool UseTransactions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Boolean | 
Version
Gets or sets the SOAP message version.
Declaration
public SoapVersion Version { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SoapVersion |