| 1234567891011121314151617181920212223242526272829303132 |
- 2010-04-21 Sebastien Pouliot <[email protected]>
- * SocketClientAccessPolicyProtocol.cs: New SL4 enum to select TCP
- (default) or HTTP (new) to retrieve the socket xdomain policy
- 2010-03-19 Sebastien Pouliot <[email protected]>
- * SocketException_2_1.cs: Add extra ctor (soon to be used)
- 2009-04-28 Sebastien Pouliot <[email protected]>
- * SocketException_2_1.cs: Remove extra ctor and property unused in 2.1
- 2009-04-09 Sebastien Pouliot <[email protected]>
- * AddressFamily_2_1.cs: New. SL2 (short) version of the enum
- * ProtocolType_2_1.cs: New. SL2 (short) version of the enum
- * CrossDomainSocketPolicyManager.cs: Removed (from SL2)
- * ISocketPolicyManager.cs: Removed (from SL2)
- * SocketAsyncOperation_2_1.cs:New. SL2 (short) version of the enum
- * SocketPolicyAsyncResult.cs: Removed (from SL2)
- * SocketPolicyCheckCallback.cs: Removed (from SL2)
- * SocketSecurityState.cs: Removed (from SL2)
- * SocketType_2_1.cs: New. SL2 (short) version of the enum
- 2008-09-16 Sebastien Pouliot <[email protected]>
- * CrossDomainSocketPolicyManager.cs: New.
- * ISocketPolicyManager.cs: New.
- * SocketPolicyAsyncResult.cs: New.
- * SocketPolicyCheckCallback.cs: New.
- * SocketSecurityState.cs: New.
|