ServicePointManager.ServerCipherSuitesCallback 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 ^ ServerCipherSuitesCallback { System::Net::CipherSuitesCallback ^ get(); void set(System::Net::CipherSuitesCallback ^ value); };
[System.Obsolete("This API is no longer supported.", true)]
public static System.Net.CipherSuitesCallback ServerCipherSuitesCallback { get; set; }
[<System.Obsolete("This API is no longer supported.", true)>]
static member ServerCipherSuitesCallback : System.Net.CipherSuitesCallback with get, set
Public Shared Property ServerCipherSuitesCallback As CipherSuitesCallback
Property Value
- Attributes