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