view dstep/foundation/NSURLProtectionSpace_bindings.d @ 14:89f3c3ef1fd2

Added the Foundation framework
author Jacob Carlborg <doob@me.com>
date Mon, 03 Aug 2009 15:23:15 +0200
parents
children 19885b43130e
line wrap: on
line source

module dstep.foundation.NSURLProtectionSpace_bindings;

import dstep.AvailabilityMacros;
import dstep.foundation.NSObject;
import dstep.foundation.NSString;
import dstep.foundation.NSURLProtectionSpaceInternal;
import dstep.objc.bridge.Bridge;
import dstep.objc.objc : id;


extern (C)
{
	extern
	{
		package const id NSURLProtectionSpaceHTTPProxy;
		package const id NSURLProtectionSpaceHTTPSProxy;
		package const id NSURLProtectionSpaceFTPProxy;
		package const id NSURLProtectionSpaceSOCKSProxy;
		package const id NSURLAuthenticationMethodDefault;
		package const id NSURLAuthenticationMethodHTTPBasic;
		package const id NSURLAuthenticationMethodHTTPDigest;
		package const id NSURLAuthenticationMethodHTMLForm;
	}
}