6 writes to Transport
System.ServiceModel (2)
System\ServiceModel\Channels\TransportBindingElement.cs (1)
194
soapBinding.
Transport
= wsdlTransportUri;
System\ServiceModel\Description\SoapHelper.cs (1)
243
dest.
Transport
= binding.Transport;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
6114
o.
@Transport
= Reader.Value;
6168
o.
@Transport
= Reader.Value;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
78
soapBinding.
Transport
= Soap12Binding.HttpTransport;
System\Web\Services\Description\SoapProtocolReflector.cs (1)
273
soapBinding.
Transport
= SoapBinding.HttpTransport;
15 references to Transport
System.ServiceModel (3)
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
105
TransportBindingElement transportBindingElement = CreateTransportBindingElements(soapBinding.
Transport
, null);
System\ServiceModel\Description\SoapHelper.cs (1)
243
dest.Transport = binding.
Transport
;
System\ServiceModel\Description\WsdlImporter.cs (1)
1506
.InsertAdHocPolicy(wsdlBinding, soapBinding.
Transport
, soapTransportUriKey);
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpTransportImporter.cs (2)
31
string transportUri = soapBinding.
Transport
;
34
WsdlImporter.SoapInPolicyWorkaroundHelper.InsertAdHocPolicy(wsdlBinding, soapBinding.
Transport
, this.udpTransportUriKey);
System.Web.Services (10)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
1307
WriteAttribute(@"transport", @"", ((global::System.String)o.
@Transport
));
1354
WriteAttribute(@"transport", @"", ((global::System.String)o.
@Transport
));
System\Web\Services\Description\Soap12ProtocolImporter.cs (2)
36
if (GetTransport(soapBinding.
Transport
) == null) {
37
UnsupportedBindingWarning(Res.GetString(Res.ThereIsNoSoapTransportImporterThatUnderstands1, soapBinding.
Transport
));
System\Web\Services\Description\SoapProtocolImporter.cs (3)
403
if (GetTransport(soapBinding.
Transport
) == null) {
404
UnsupportedBindingWarning(Res.GetString(Res.ThereIsNoSoapTransportImporterThatUnderstands1, soapBinding.
Transport
));
429
transport = GetTransport(soapBinding.
Transport
);
System\Web\Services\Description\WebServicesInteroperability.cs (3)
96
if (soapBinding.
Transport
.Length == 0) {
101
else if (soapBinding.
Transport
!= SoapBinding.HttpTransport) {
104
violations.Add("R2702", Res.GetString(Res.BindingInvalidAttribute, binding.Name, description.TargetNamespace, "transport", soapBinding.
Transport
));