Support outgoing connections bound to a specific local address.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18953 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2004-03-29 14:53:37 +00:00
parent 3c85fee35b
commit 1a0cf15c79
7 changed files with 108 additions and 17 deletions

View file

@ -64,6 +64,9 @@ NSString * const NSHTTPPropertyErrorPageDataKey
NSString * const GSHTTPPropertyMethodKey
= @"GSHTTPPropertyMethodKey";
NSString * const GSHTTPPropertyLocalHostKey
= @"GSHTTPPropertyLocalHostKey";
NSString * const GSHTTPPropertyProxyHostKey
= @"GSHTTPPropertyProxyHostKey";