1 write to context
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (1)
54this.context = new DiscoveryOperationContext(OperationContext.Current);
8 references to context
System.ServiceModel.Discovery (8)
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (8)
66return this.context; 76this.responseChannel = this.context.GetCallbackChannel<TResponseChannel>(); 189if ((this.multicastSuppressionImpl != null) && (this.context.DiscoveryMode == ServiceDiscoveryMode.Adhoc)) 265this.context.EventTraceActivity, 283this.context.AddressDuplexResponseMessage(OperationContext.Current); 313this.context.AddressDuplexResponseMessage(OperationContext.Current); 345probeDuplexAsyncResult.context.MaxResponseDelay, 383probeDuplexAsyncResult.context.MaxResponseDelay,