3 references to SoapSubProtocol
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
161
httpTransport.WebSocketSettings.SubProtocol = WebSocketTransportSettings.
SoapSubProtocol
;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
279
this.WebSocketSettings.SubProtocol = WebSocketTransportSettings.
SoapSubProtocol
;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
142
InternalWebSocketSettings.SubProtocol = WebSocketTransportSettings.
SoapSubProtocol
;