System.Net.Tests.ServicePointManagerTest.FixedWebProxy.GetProxy C# (CSharp) 메소드

GetProxy() 공개 메소드

public GetProxy ( Uri destination ) : Uri
destination Uri
리턴 Uri
            public Uri GetProxy(Uri destination) => _proxyAddress;
            public bool IsBypassed(Uri host) => false;
ServicePointManagerTest.FixedWebProxy