[OperationContractAttribute] [WebGetAttribute(UriTemplate = "/authenticate?username={username}&password={password}")] UserData Authenticate( string username, string password )
<OperationContractAttribute> <WebGetAttribute(UriTemplate := "/authenticate?username={username}&password={password}")> Function Authenticate ( username As String, password As String ) As UserData
[OperationContractAttribute] [WebGetAttribute(UriTemplate = L"/authenticate?username={username}&password={password}")] UserData^ Authenticate( String^ username, String^ password )
[<OperationContractAttribute>] [<WebGetAttribute(UriTemplate = "/authenticate?username={username}&password={password}")>] abstract Authenticate : username : string * password : string -> UserData
function Authenticate(username, password);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.