Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Winhttp 5.1 オブジェクト内に Xml Rpc 呼び出しをカプセル化することは可能ですか? 私がこれを尋ねている理由は、私が知る限り、Winhttp は各ユーザーの事前にわからないプロキシ設定を自動的に解決するためです。また、ユーザーが全国にいるため、手動で行う xml rpc 呼び出しごとにプロキシを設定したくありません。
任意の提案のための Thx。
これは私を助けました:
var url = new Uri("http://www.example.com/"); string ProxyUrl = WebRequest.DefaultWebProxy.GetProxy(url).ToString();