WebSocketClient.ConfigureRequest 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.
Gets or sets the handler used to configure the outgoing request to the WebSocket endpoint.
public:
property Action<Microsoft::AspNetCore::Http::HttpRequest ^> ^ ConfigureRequest { Action<Microsoft::AspNetCore::Http::HttpRequest ^> ^ get(); void set(Action<Microsoft::AspNetCore::Http::HttpRequest ^> ^ value); };
public Action<Microsoft.AspNetCore.Http.HttpRequest> ConfigureRequest { get; set; }
public Action<Microsoft.AspNetCore.Http.HttpRequest>? ConfigureRequest { get; set; }
member this.ConfigureRequest : Action<Microsoft.AspNetCore.Http.HttpRequest> with get, set
Public Property ConfigureRequest As Action(Of HttpRequest)