示例#1
0
 public ContextClientBase(string key, string value, string endpointName) : this(ContextManager.CreateContext(key, value), endpointName)
 {
 }
示例#2
0
 public ContextClientBase(string key, string value, Binding binding, EndpointAddress remoteAddress) : this(ContextManager.CreateContext(key, value), binding, remoteAddress)
 {
 }
示例#3
0
 public ContextClientBase(string key, string value) : this(ContextManager.CreateContext(key, value))
 {
 }