2 instantiations of MsmqSessionReceiveContext
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
129message.Properties[ReceiveContext.Name] = new MsmqSessionReceiveContext(this); 164message.Properties[ReceiveContext.Name] = new MsmqSessionReceiveContext(this);
4 references to MsmqSessionReceiveContext
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (4)
370MsmqSessionReceiveContext receiveContext; 377SessionReceiveContextAsyncResult(MsmqSessionReceiveContext receiveContext, TimeSpan timeout, AsyncCallback callback, object state, Action<object> target) 386public static IAsyncResult CreateComplete(MsmqSessionReceiveContext receiveContext, TimeSpan timeout, AsyncCallback callback, object state) 395public static IAsyncResult CreateAbandon(MsmqSessionReceiveContext receiveContext, TimeSpan timeout, AsyncCallback callback, object state)