'Declaration
Protected Function New( _ ByVal serverUri As String, _ ByVal endpointUrl As Uri _ )
'Usage
Dim serverUri As String Dim endpointUrl As Uri Dim instance As New ConnectionWaitingEventArgs(serverUri, endpointUrl)
protected ConnectionWaitingEventArgs( string serverUri, Uri endpointUrl )
protected: ConnectionWaitingEventArgs( String^ serverUri, Uri^ endpointUrl )
Parameters
- serverUri
- The Uri of the server.
- endpointUrl
- The endpoint Url of the server.