Base:
property
Via
System.ServiceModel.Channels.OutputChannel.Via
18 references to Via
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (4)
77_cleanupIdentity = HttpTransportSecurityHelpers.AddIdentityMapping(Via, RemoteAddress); 85var certificateProvider = httpsChannelFactory.CreateAndOpenCertificateTokenProvider(RemoteAddress, Via, channelParameterCollection, helper.RemainingTime()); 86var clientCertificateToken = httpsChannelFactory.GetCertificateSecurityToken(certificateProvider, RemoteAddress, Via, channelParameterCollection, ref helper); 215ws = await _connectionFactory.CreateWebSocketAsync(Via, headers, credentials, WebSocketSettings.Clone(), timeoutHelper);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (12)
196EncodedVia encodedVia = new EncodedVia(this.Via.AbsoluteUri); 252StreamUpgradeInitiator upgradeInitiator = _upgrade.CreateUpgradeInitiator(this.RemoteAddress, this.Via); 261await ConnectionUpgradeHelper.DecodeFramingFaultAsync(_decoder, connection, this.Via, MessageEncoder.ContentType, timeoutHelper.RemainingTime()); 272if (!ConnectionUpgradeHelper.ValidatePreambleResponse(ackBuffer, ackBytesRead, _decoder, Via)) 274await ConnectionUpgradeHelper.DecodeFramingFaultAsync(_decoder, connection, Via, 291StreamUpgradeInitiator upgradeInitiator = _upgrade.CreateUpgradeInitiator(this.RemoteAddress, this.Via); 296ConnectionUpgradeHelper.DecodeFramingFault(_decoder, connection, this.Via, MessageEncoder.ContentType, ref timeoutHelper); 306if (!ConnectionUpgradeHelper.ValidatePreambleResponse(ackBuffer, ackBytesRead, _decoder, Via)) 308ConnectionUpgradeHelper.DecodeFramingFault(_decoder, connection, Via, 395new CommunicationObjectAbortedException(string.Format(SRServiceModel.DuplexChannelAbortedDuringOpen, this.Via))); 419: base(connectionPool, connectionInitiator, channel.Via) 428timeout, _channel.Via.AbsoluteUri), innerException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
515string.Format(SRServiceModel.SendToViaTimedOut, Via, timeout), 620string.Format(SRServiceModel.SendToViaTimedOut, Via, timeout),