1 write to addressing
System.ServiceModel.Activation (1)
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (1)
29
this.
addressing
= addressing;
2 references to addressing
System.ServiceModel.Activation (2)
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (2)
58
Uri uri = this.
addressing
.CreateUri(host, queueName, isPrivate);
67
get { return this.
addressing
.Scheme; }