ISocketsTelemetryConsumer.OnConnectStart(DateTime, String) Method
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.
Called before a Socket connect.
public virtual void OnConnectStart(DateTime timestamp, string address);
abstract member OnConnectStart : DateTime * string -> unit
override this.OnConnectStart : DateTime * string -> unit
Public Overridable Sub OnConnectStart (timestamp As DateTime, address As String)
Parameters
- timestamp
- DateTime
Timestamp when the event was fired.
- address
- String
Socket address we are connecting to.