Beispiel #1
0
 public CFSocketConnectEventArgs(CFSocketError result)
 {
     this.Result = result;
 }
Beispiel #2
0
		public CFSocketException (CFSocketError error)
		{
			this.Error = error;
		}
Beispiel #3
0
 public CFSocketException(CFSocketError error)
 {
     this.Error = error;
 }
Beispiel #4
0
			public CFSocketConnectEventArgs (CFSocketError result)
			{
				this.Result = result;
			}