20 references to Parse
SMSvcHost (2)
System\ServiceModel\Activation\RoutingTable.cs (2)
140
IPAddress foundAddress = IPAddress.
Parse
(found.Uri.DnsSafeHost);
201
address = IPAddress.
Parse
(path.DnsSafeHost);
System (4)
net\System\Net\_AutoWebProxyScriptHelper.cs (3)
394
IPAddress hostAddress = IPAddress.
Parse
(host);
395
IPAddress patternAddress = IPAddress.
Parse
(pattern);
396
IPAddress maskAddress = IPAddress.
Parse
(mask);
net\System\Net\DNS.cs (1)
307
IPHostEntry ipHostEntry = InternalGetHostByAddress(IPAddress.
Parse
(address), false);
System.Runtime.Remoting (3)
channels\http\httpremotinghandler.cs (1)
567
requestHeaders.IPAddress = IPAddress.
Parse
(httpRequest.UserHostAddress);
channels\http\httpserverchannel.cs (1)
112
case "bindTo": _bindToAddr = IPAddress.
Parse
((String)entry.Value); break;
channels\tcp\tcpserverchannel.cs (1)
104
case "bindTo": _bindToAddr = IPAddress.
Parse
((String)entry.Value); break;
System.ServiceModel (7)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
34
this.ipAddress = IPAddress.
Parse
(channelListener.Uri.DnsSafeHost);
System\ServiceModel\Channels\SocketConnection.cs (1)
1633
IPAddress ipAddress = IPAddress.
Parse
(uri.DnsSafeHost);
System\ServiceModel\Channels\TcpChannelListener.cs (2)
338
ipv6Address = IPAddress.
Parse
(this.Uri.DnsSafeHost);
343
ipv4Address = IPAddress.
Parse
(this.Uri.DnsSafeHost);
System\ServiceModel\Channels\TransportChannelListener.cs (2)
320
IPAddress channelListenerIP = IPAddress.
Parse
(this.Uri.DnsSafeHost);
321
IPAddress otherIP = IPAddress.
Parse
(uri.DnsSafeHost);
System\ServiceModel\Configuration\PeerTransportListenAddressConverter.cs (1)
39
return IPAddress.
Parse
(value as string);
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (1)
127
remoteEndPoint = new IPEndPoint(IPAddress.
Parse
(destination.DnsSafeHost), destination.Port);
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
166
IPAddress address = IPAddress.
Parse
(via.DnsSafeHost);
System\ServiceModel\Channels\UdpChannelListener.cs (1)
537
IPAddress address = IPAddress.
Parse
(this.listenUri.DnsSafeHost);
System.Web (1)
State\OutOfProcStateClientManager.cs (1)
205
IPAddress ipv6Address = IPAddress.
Parse
(ipv6AddressString);