예제 #1
0
 extern static IntPtr CFSocketCreateWithNative(IntPtr allocator, CFSocketNativeHandle sock,
                                               nuint /*CFOptionFlags*/ callBackTypes,
                                               CFSocketCallBack callout, ref CFStreamClientContext ctx);
예제 #2
0
 extern static IntPtr CFSocketCreateConnectedToSocketSignature(IntPtr allocator, ref CFSocketSignature signature,
                                                               nuint /*CFOptionFlags*/ callBackTypes,
                                                               CFSocketCallBack callout,
                                                               IntPtr context, double timeout);
예제 #3
0
 extern static IntPtr CFSocketCreateWithNative(IntPtr allocator, CFSocketNativeHandle sock,
                                               CFSocketCallBackType callBackTypes,
                                               CFSocketCallBack callout, IntPtr ctx);
예제 #4
0
 extern static IntPtr CFSocketCreate(IntPtr allocator, int /*SInt32*/ family, int /*SInt32*/ type, int /*SInt32*/ proto,
                                     nuint /*CFOptionFlags*/ callBackTypes,
                                     CFSocketCallBack callout, ref CFStreamClientContext ctx);
예제 #5
0
		extern static IntPtr CFSocketCreateConnectedToSocketSignature (IntPtr allocator, ref CFSocketSignature signature,
		                                                               CFSocketCallBackType callBackTypes,
		                                                               CFSocketCallBack callout,
		                                                               IntPtr context, double timeout);
예제 #6
0
 extern static IntPtr CFSocketCreate(IntPtr allocator, int family, int type, int proto,
                                     CFSocketCallBackType callBackTypes,
                                     CFSocketCallBack callout, IntPtr ctx);
예제 #7
0
		extern static IntPtr CFSocketCreateWithNative (IntPtr allocator, CFSocketNativeHandle sock,
		                                               CFSocketCallBackType callBackTypes,
		                                               CFSocketCallBack callout, IntPtr ctx);
예제 #8
0
		extern static IntPtr CFSocketCreate (IntPtr allocator, int family, int type, int proto,
		                                     CFSocketCallBackType callBackTypes,
		                                     CFSocketCallBack callout, IntPtr ctx);
예제 #9
0
 static extern IntPtr CFSocketCreateWithNative(IntPtr allocator, CFSocketNativeHandle sock,
     nuint /*CFOptionFlags*/ callBackTypes,
     CFSocketCallBack callout, IntPtr ctx);
예제 #10
0
 static extern IntPtr CFSocketCreateConnectedToSocketSignature(IntPtr allocator, ref CFSocketSignature signature,
     nuint /*CFOptionFlags*/ callBackTypes,
     CFSocketCallBack callout,
     IntPtr context, double timeout);
예제 #11
0
 static extern IntPtr CFSocketCreate(IntPtr allocator, int /*SInt32*/ family, int /*SInt32*/ type, int /*SInt32*/ proto,
     nuint /*CFOptionFlags*/ callBackTypes,
     CFSocketCallBack callout, IntPtr ctx);