System\ServiceModel\DuplexChannelFactory.cs (6)
27: this((object)callbackInstanceType, binding, new EndpointAddress(remoteAddress))
30: this((object)callbackInstanceType, binding, remoteAddress)
50: this((object)callbackInstance, binding, new EndpointAddress(remoteAddress))
53: this((object)callbackInstance, binding, remoteAddress)
121: this(callbackObject, binding, (EndpointAddress)null)
127: this(callbackObject, binding, new EndpointAddress(remoteAddress))