1 instantiation of DispatchContext
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
360DispatchContext dispatchContext = new DispatchContext()
22 references to DispatchContext
System.ServiceModel (22)
System\ServiceModel\Security\WSTrustServiceContract.cs (22)
193protected virtual IAsyncResult BeginDispatchRequest(DispatchContext dispatchContext, AsyncCallback asyncCallback, object asyncState) 203/// <returns>The <see cref="DispatchContext"/> that exposes properties which determine the response 205protected virtual DispatchContext EndDispatchRequest(IAsyncResult ar) 216protected virtual void DispatchRequest(DispatchContext dispatchContext) 302DispatchContext dispatchContext = CreateDispatchContext(requestMessage, 339/// Creates a <see cref="DispatchContext"/> object for use by the <see cref="DispatchRequest"/> method. 351/// <returns>A <see cref="DispatchContext"/> object.</returns> 352protected virtual DispatchContext CreateDispatchContext(Message requestMessage, 360DispatchContext dispatchContext = new DispatchContext() 398/// <param name="dispatchContext">The <see cref="DispatchContext"/> to validate.</param> 400/// This routine ensures that the <see cref="DispatchContext"/> represents a legal request 404protected virtual void ValidateDispatchContext(DispatchContext dispatchContext) 426private static bool IsValidRSTAction(DispatchContext dispatchContext) 462private static bool IsValidRSTRAction(DispatchContext dispatchContext) 567DispatchContext dispatchContext = CreateDispatchContext(requestMessage, 1357DispatchContext _dispatchContext; 1363DispatchContext dispatchContext, 1405public DispatchContext DispatchContext 1471DispatchContext _dispatchContext; 1473public DispatchContext DispatchContext 1478public DispatchRequestAsyncResult(DispatchContext dispatchContext, AsyncCallback asyncCallback, object asyncState) 1513public new static DispatchContext End(IAsyncResult ar)