1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
300
this.
innerChannelFactory
= innerChannelFactory;
10 references to innerChannelFactory
System.ServiceModel (10)
System\ServiceModel\Security\WSTrustFeb2005.cs (10)
305
return this.
innerChannelFactory
.CreateChannel<IRequestChannel>(address);
310
return this.
innerChannelFactory
.CreateChannel<IRequestChannel>(address, via);
315
this.
innerChannelFactory
.Abort();
320
return this.
innerChannelFactory
.BeginOpen(timeout, callback, state);
325
this.
innerChannelFactory
.EndOpen(result);
330
return this.
innerChannelFactory
.BeginClose(timeout, callback, state);
335
this.
innerChannelFactory
.EndClose(result);
340
this.
innerChannelFactory
.Close(timeout);
345
this.
innerChannelFactory
.Open(timeout);
350
return this.
innerChannelFactory
.GetProperty<T>();