view dstep/foundation/NSURLProtectionSpace_bindings.d @ 27:57371c29ef73 default tip

ObjcWrap is now automatically mixed in. Added support for building as a dylib with DMD.
author Jacob Carlborg <doob@me.com>
date Fri, 09 Apr 2010 23:00:22 +0200
parents 19885b43130e
children
line wrap: on
line source

module dstep.foundation.NSURLProtectionSpace_bindings;

import dstep.objc.objc;




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;
	}
}