Class SoapDescription
Describes SOAP message and protocols.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services.Policies
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
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
[DataMember]
public bool EstablishSecurityContext { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
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
[DataMember]
public MessageSecurityType MessageSecurity { get; set; }
Property Value
| Type | Description |
|---|---|
| MessageSecurityType |
ReliableSession
Gets or sets the reliable session mode.
Declaration
[DataMember]
public ReliableSessionMode ReliableSession { get; set; }
Property Value
| Type | Description |
|---|---|
| ReliableSessionMode |
SecurityMode
Gets or sets the SOAP security mode.
Declaration
[DataMember]
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
[DataMember]
public bool UseContext { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
UseOasisProtocols
Gets or sets a flag that enables OASIS versions of reliable session and transaction protocols.
Declaration
[DataMember]
public bool UseOasisProtocols { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
UseTransactions
Gets or sets the flag that enables transaction flow.
Declaration
[DataMember]
public bool UseTransactions { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Version
Gets or sets the SOAP message version.
Declaration
[DataMember]
public SoapVersion Version { get; set; }
Property Value
| Type | Description |
|---|---|
| SoapVersion |