Aracılığıyla paylaş


ChannelFactory<TChannel>.CreateChannelWithIssuedToken Yöntem

Tanım

Verilen güvenlik belirteciyle bir hizmete ileti göndermek için kullanılan bir kanal oluşturur.

Aşırı Yüklemeler

CreateChannelWithIssuedToken(SecurityToken)

Verilen güvenlik belirteciyle bir hizmete ileti göndermek için kullanılan bir kanal oluşturur.

CreateChannelWithIssuedToken(SecurityToken, EndpointAddress)

Belirli bir uç nokta adresinde verilen güvenlik belirtecine sahip bir hizmete ileti göndermek için kullanılan bir kanal oluşturur.

CreateChannelWithIssuedToken(SecurityToken, EndpointAddress, Uri)

Belirli bir aktarım adresi aracılığıyla belirli bir uç nokta adresinde verilen bir güvenlik belirtecine sahip bir hizmete ileti göndermek için kullanılan bir kanal oluşturur.

CreateChannelWithIssuedToken(SecurityToken)

Verilen güvenlik belirteciyle bir hizmete ileti göndermek için kullanılan bir kanal oluşturur.

public:
 TChannel CreateChannelWithIssuedToken(System::IdentityModel::Tokens::SecurityToken ^ issuedToken);
public TChannel CreateChannelWithIssuedToken (System.IdentityModel.Tokens.SecurityToken issuedToken);
member this.CreateChannelWithIssuedToken : System.IdentityModel.Tokens.SecurityToken -> 'Channel
Public Function CreateChannelWithIssuedToken (issuedToken As SecurityToken) As TChannel

Parametreler

issuedToken
SecurityToken

Verilen güvenlik belirteci.

Döndürülenler

TChannel

Oluşturulan kanal fabrikası.

Şunlara uygulanır

CreateChannelWithIssuedToken(SecurityToken, EndpointAddress)

Belirli bir uç nokta adresinde verilen güvenlik belirtecine sahip bir hizmete ileti göndermek için kullanılan bir kanal oluşturur.

public:
 TChannel CreateChannelWithIssuedToken(System::IdentityModel::Tokens::SecurityToken ^ issuedToken, System::ServiceModel::EndpointAddress ^ address);
public TChannel CreateChannelWithIssuedToken (System.IdentityModel.Tokens.SecurityToken issuedToken, System.ServiceModel.EndpointAddress address);
member this.CreateChannelWithIssuedToken : System.IdentityModel.Tokens.SecurityToken * System.ServiceModel.EndpointAddress -> 'Channel
Public Function CreateChannelWithIssuedToken (issuedToken As SecurityToken, address As EndpointAddress) As TChannel

Parametreler

issuedToken
SecurityToken

Verilen güvenlik belirteci.

address
EndpointAddress

Hizmetin konumunu sağlayan uç nokta adresi.

Döndürülenler

TChannel

Oluşturulan kanal fabrikası.

Şunlara uygulanır

CreateChannelWithIssuedToken(SecurityToken, EndpointAddress, Uri)

Belirli bir aktarım adresi aracılığıyla belirli bir uç nokta adresinde verilen bir güvenlik belirtecine sahip bir hizmete ileti göndermek için kullanılan bir kanal oluşturur.

public:
 TChannel CreateChannelWithIssuedToken(System::IdentityModel::Tokens::SecurityToken ^ issuedToken, System::ServiceModel::EndpointAddress ^ address, Uri ^ via);
public TChannel CreateChannelWithIssuedToken (System.IdentityModel.Tokens.SecurityToken issuedToken, System.ServiceModel.EndpointAddress address, Uri via);
member this.CreateChannelWithIssuedToken : System.IdentityModel.Tokens.SecurityToken * System.ServiceModel.EndpointAddress * Uri -> 'Channel
Public Function CreateChannelWithIssuedToken (issuedToken As SecurityToken, address As EndpointAddress, via As Uri) As TChannel

Parametreler

issuedToken
SecurityToken

Verilen güvenlik belirteci.

address
EndpointAddress

Hizmetin konumunu sağlayan uç nokta adresi.

via
Uri

Kanalın ileti gönderdiği aktarım adresi.

Döndürülenler

TChannel

Oluşturulan kanal fabrikası.

Şunlara uygulanır