1 write to registration
System.ServiceModel (1)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
42
this.
registration
= registration;
4 references to registration
System.ServiceModel (4)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (4)
68
get { return
registration
.TeredoEnabled; }
87
int port = this.
registration
.ListenUri.Port;
97
connectionListener = new TracingConnectionListener(connectionListener, this.
registration
.ListenUri.ToString(), false);
155
this.
registration
.OnClose(this);