WsFederationOptions.Wreply 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 'wreply'. CallbackPath must be set to match or cleared so it can be generated dynamically. This field is optional. If not set then it will be generated from the current request and the CallbackPath.
public:
property System::String ^ Wreply { System::String ^ get(); void set(System::String ^ value); };
public string Wreply { get; set; }
public string? Wreply { get; set; }
member this.Wreply : string with get, set
Public Property Wreply As String