OperationContext Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The OperationContext type exposes the following members.

Properties

  Name Description
Public propertyStatic memberSupported by Silverlight for Windows Phone Current Gets or sets the execution context for the current thread.
Public property Extensions Gets the collection of service extensions from the current message context.
Public propertySupported by Silverlight for Windows Phone IncomingMessageHeaders Gets the incoming message headers for the OperationContext.
Public propertySupported by Silverlight for Windows Phone IncomingMessageProperties Gets the message properties for the incoming message in the OperationContext.
Public propertySupported by Silverlight for Windows Phone IncomingMessageVersion Gets the incoming SOAP message version for the OperationContext.
Public propertySupported by Silverlight for Windows Phone IsUserContext This property is intended for system use and should not be called by users.
Public propertySupported by Silverlight for Windows Phone OutgoingMessageHeaders Gets the outgoing message headers for the active OperationContext.
Public propertySupported by Silverlight for Windows Phone OutgoingMessageProperties Gets the message properties for the outbound message in the active OperationContext.
Public propertySupported by Silverlight for Windows Phone RequestContext Gets or sets the request context implementation for this method.

Top