1 write to port
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpTransportManager.cs (1)
72return this.port == 0 ? (this.port = this.ListenUri.Port) : this.port;
2 references to port
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpTransportManager.cs (2)
72return this.port == 0 ? (this.port = this.ListenUri.Port) : this.port;