Exemplo n.º 1
0
 /// <summary>
 /// Generates the right OperationName string for a given <see cref="RestierOperationMethod"/> and <see cref="RestierPipelineState"/>.
 /// </summary>
 /// <param name="operation">The <see cref="RestierOperationMethod"/> to determine the method name for.</param>
 /// <param name="restierPipelineState">The <see cref="RestierPipelineState"/> to determine the method name for.</param>
 /// <returns>A string containing the corrected OperationName, accounting for what the suffix will end up being.</returns>
 internal static string GetRestierOperationNameInternal(RestierOperationMethod operation, RestierPipelineState restierPipelineState)
 {
     return(GetRestierOperationNameInternal(operation.ToString(), restierPipelineState));
 }