4 references to InternalWebSocketSettings
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
100
return this.
InternalWebSocketSettings
;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (3)
65
return
InternalWebSocketSettings
;
141
InternalWebSocketSettings
.TransportUsage = NetHttpBindingDefaults.TransportUsage;
142
InternalWebSocketSettings
.SubProtocol = WebSocketTransportSettings.SoapSubProtocol;