ServicePointManager.ClientCipherSuitesCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is no longer supported.
public:
static property System::Net::CipherSuitesCallback ^ ClientCipherSuitesCallback { System::Net::CipherSuitesCallback ^ get(); void set(System::Net::CipherSuitesCallback ^ value); };
[System.Obsolete("This API is no longer supported.", true)]
public static System.Net.CipherSuitesCallback ClientCipherSuitesCallback { get; set; }
[<System.Obsolete("This API is no longer supported.", true)>]
static member ClientCipherSuitesCallback : System.Net.CipherSuitesCallback with get, set
Public Shared Property ClientCipherSuitesCallback As CipherSuitesCallback
Property Value
- Attributes