Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TwitterAuthenticationProvider::OnReturnEndpoint Property

 

Gets or sets the function that is invoked when the ReturnEndpoint method is invoked.

Namespace:   Microsoft.Owin.Security.Twitter
Assembly:  Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)

public:
property Func<TwitterReturnEndpointContext^, Task^>^ OnReturnEndpoint {
	Func<TwitterReturnEndpointContext^, Task^>^ get();
	void set(Func<TwitterReturnEndpointContext^, Task^>^ value);
}
Return to top
Show: