WSTrustChannel.ChannelFactory Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la fabrique qui a créé le canal.
public: property System::ServiceModel::Security::WSTrustChannelFactory ^ ChannelFactory { public:
System::ServiceModel::Security::WSTrustChannelFactory ^ get(); protected:
void set(System::ServiceModel::Security::WSTrustChannelFactory ^ value); };
public System.ServiceModel.Security.WSTrustChannelFactory ChannelFactory { get; protected set; }
member this.ChannelFactory : System.ServiceModel.Security.WSTrustChannelFactory with get, set
Public Property ChannelFactory As WSTrustChannelFactory
Valeur de propriété
WSTrustChannelFactory qui a créé l'objet du canal.
Remarques
L’accesseur Set est protégé.