view dstep/foundation/NSURLProtectionSpace_bindings.d @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 89f3c3ef1fd2
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;
	}
}