Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Net.​Security.​ServerOptionsSelectionCallback

Assembly: System.Net.Security

Inheritance: object → delegate → MulticastDelegate → ServerOptionsSelectionCallback

Implemented Interfaces

Represents the asynchronous callback method that will select session properties based on the name requested by the client.

Properties

public bool
HasSingleTarget
Method
public object
Target

Methods

Invoke​(SslStream stream, SslClientHelloInfo clientHelloInfo, object state, Threading.​CancellationToken cancellationToken)
public IAsyncResult
BeginInvoke​(SslStream stream, SslClientHelloInfo clientHelloInfo, object state, Threading.​CancellationToken cancellationToken, AsyncCallback callback, object object)
protected delegate
CombineImpl​(delegate follow)
Inherited from MulticastDelegate
public bool
Equals​(object obj)
Inherited from MulticastDelegate
public int
GetHashCode​()
Inherited from MulticastDelegate
public delegate[]
GetInvocationList​()
Inherited from MulticastDelegate
GetMethodImpl​()
Inherited from MulticastDelegate
protected delegate
RemoveImpl​(delegate value)
Inherited from MulticastDelegate
public object
Clone​()
Inherited from delegate
public object
DynamicInvoke​(object[] args)
Inherited from delegate
protected object
DynamicInvokeImpl​(object[] args)
Inherited from delegate
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object