1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\CreateSequence.cs (1)
31this.binder = binder;
2 references to binder
System.ServiceModel (2)
System\ServiceModel\Channels\CreateSequence.cs (2)
173EndpointAddress localAddress = this.binder.LocalAddress; 197ISecureConversationSession securitySession = this.binder.GetInnerSession() as ISecureConversationSession;