C# Class C2dmSharp.Server.C2dmMessageTransport

Mostra file Open project: Redth/C2DM-Sharp Class Usage Examples

Public Methods

Method Description
Send ( C2dmMessage msg, string googleLoginAuthorizationToken, string senderID, string applicationID ) : C2dmMessageTransportResponse

Private Methods

Method Description
C2dmMessageTransport ( ) : System
certValidateCallback ( object sender, X509Certificate cert, X509Chain chain, SslPolicyErrors policyErrs ) : bool
send ( C2dmMessage msg, string googleLoginAuthorizationToken, string senderID, string applicationID ) : C2dmMessageTransportResponse

Method Details

Send() public static method

public static Send ( C2dmMessage msg, string googleLoginAuthorizationToken, string senderID, string applicationID ) : C2dmMessageTransportResponse
msg C2dmMessage
googleLoginAuthorizationToken string
senderID string
applicationID string
return C2dmMessageTransportResponse