2 instantiations of WsatServiceAddress
WsatConfig (2)
Configuration\WsatConfiguration.cs (2)
811
wsatServiceAddress = new
WsatServiceAddress
(this.previousConfig.HttpsPort);
817
wsatServiceAddress = new
WsatServiceAddress
(this.HttpsPort);
1 reference to WsatServiceAddress
WsatConfig (1)
Configuration\WsatConfiguration.cs (1)
807
WsatServiceAddress
wsatServiceAddress;