C# Class Microsoft.WindowsAzure.Management.Websites.Services.Github.GithubAutHeaderInserter

Inheritance: IClientMessageInspector, IEndpointBehavior
Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools

Méthodes publiques

Méthode Description
AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
AfterReceiveReply ( System &reply, object correlationState ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
BeforeSendRequest ( System &request, System channel ) : object
GetLogin ( string username ) : string
Validate ( ServiceEndpoint endpoint ) : void

Method Details

AddBindingParameters() public méthode

public AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
Résultat void

AfterReceiveReply() public méthode

public AfterReceiveReply ( System &reply, object correlationState ) : void
reply System
correlationState object
Résultat void

ApplyClientBehavior() public méthode

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
Résultat void

ApplyDispatchBehavior() public méthode

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
Résultat void

BeforeSendRequest() public méthode

public BeforeSendRequest ( System &request, System channel ) : object
request System
channel System
Résultat object

GetLogin() public static méthode

public static GetLogin ( string username ) : string
username string
Résultat string

Validate() public méthode

public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
Résultat void