SoapContext Members

Contains the WSE-specific features of a SOAP message. This class cannot be inherited.

The following tables list the members exposed by the SoapContext type.

Public Properties

  Name Description
public property Actor Gets the SOAP actor associated with the SOAP message.
public property Addressing Represents the WS-Addressing SOAP headers for the SoapContext.
public property Channel Gets or sets the channel that was used to receive the context.
public property ContentType Gets the HTTP Content-Type of the SOAP request or SOAP response.
public property Credentials Gets the security tokens that are associated with the Web service and the Web service client.
public property static Current Gets the SoapContext for the current request.
public property Envelope Gets the contents of the SOAP message.
public property IdentityToken Gets or sets the identity security token for a SOAP message.
public property IsInbound Gets a value indicating whether the SOAP message is being received (as opposed to being sent).
public property IsOneWay Gets or sets a value indicating whether the associated SOAP message is outgoing and a response is not expected.
public property IsRequest Gets or sets a value that indicates whether the SOAP message associated with this SOAP context is a SOAP request.
public property Item Gets or sets an object in the context property bag.
public property MessageState Gets or sets state information for a SOAP message.
public property OperationState Gets or sets state information for a SOAP request/SOAP response pair.
public property Processed Specifies whether or not the SoapContext has been processed by the filter.
public property Referrals Gets the referral-related information associated with the SOAP message.
public property Security Gets the security header associated with the SOAP message. Obsolete.
public property SessionState Gets or sets state information for a series of SOAP messages.
public property WebRequest Gets or sets the System.Net.WebRequest that represents the SOAP request.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Adds an element with the specified key and value to the context property bag.
public method Clear Removes all elements from the context property bag.
public method Contains Determines whether the context property bag contains a specific key.
public method CopyTo Copies the current SoapContext to the specified context.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Returns a System.Collections.IDictionaryEnumerator that can iterate through the context property bag.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method Remove Removes the element with the specified key from the context property bag.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SoapContext Class
Microsoft.Web.Services3 Namespace
RequestSoapContext
ResponseSoapContext