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