SipPeerToPeerEndpoint Members
Include Protected Members
Include Inherited Members
Represents an endpoint with no registration server.
The SipPeerToPeerEndpoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SipPeerToPeerEndpoint() | Initializes a new instance of the SipPeerToPeerEndpoint class. | |
SipPeerToPeerEndpoint(String) | Initializes a new instance of the SipPeerToPeerEndpoint class with the given URI. To enable listening, use StartListening(ipEndpoint) in the ConnectionManager property. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager) | Initializes a new instance of the SipPeerToPeerEndpoint class. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager, SipTransportType) | Initializes a new instance of the SipPeerToPeerEndpoint class. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager, SipTransportType, String) | Initializes a new instance of SipPeerToPeerEndpoint. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager, SipTransportType, String, Int32) | Initializes a new instance of the SipPeerToPeerEndpoint class. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager, SipTransportType, String, Int32, String) | Initializes a new instance of SipPeerToPeerEndpoint. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationContext | Gets or sets the application context. (inherited from RealTimeEndpoint) | |
ApplicationUserAgent | Gets or sets the application user agent string. This is appended to the user agent header. (inherited from RealTimeEndpoint) | |
ConnectionManager | Gets the connection manager used by this endpoint. | |
DefaultDomain | Gets the default domain of the endpoint URI. (inherited from RealTimeEndpoint) | |
DefaultTransport | Gets the default transport. | |
DesiredSessionTimerInterval | Gets or sets the desired session timer interval of the application. This is used only for the initial Invite or Response. (inherited from RealTimeEndpoint) | |
DisableAutomaticRetryForRetryAfter | Gets or sets whether the endpoint should retry requests for failed responses that contain retry-after header. By default, this is false and hence the platform will retry once more for such requests. If the applications wants to disable this automatic retry behavior, this property can be set to true. Typically, this might be needed for an application whose primary task is to perform back to back operation for two sessions where automatic retry might interfere with the ability to offer quick feedback via the back to back session so that the remote can take corrective measures. (inherited from RealTimeEndpoint) | |
DisableReferredBySigning | Obsolete. Gets or sets whether the Referred-By headers for the endpoint should be signed when configured to use MTLS. (inherited from RealTimeEndpoint) | |
DisplayName | Gets or sets the user name preferred by the application for the local user. This name will be used as the display name of the user in outgoing messages. This property indicates the display name to use in outgoing messages. (inherited from RealTimeEndpoint) | |
EndpointUri | Gets the URI of the endpoint. (Overrides RealTimeEndpoint.EndpointUri.) | |
Gruu | Gets the GRUU of the endpoint, if any. Can be null. (inherited from RealTimeEndpoint) | |
Id | Gets the ID for this endpoint. The same URI may be used on different endpoints. The ID is unique across all endpoints having the same URI. (inherited from RealTimeEndpoint) | |
IsDialogResiliencySupported | Obsolete. [Obsolete]Use ApplyRouteSetRecoverySettings method and RouteSetRecoveryMode property instead. Gets or sets value indicating if recovery attempt from failure in a dialog's signaling path is supported (inherited from RealTimeEndpoint) | |
IsSessionTimerSupported | Gets or sets the default policy used for the session timer. This value is inherited by incoming/outgoing sessions unless an incoming session requires it. The application can override the policy per session. (inherited from RealTimeEndpoint) | |
MaximumSessionConnectDuration | Gets or sets the maximum duration in minutes to wait for final response. (inherited from RealTimeEndpoint) | |
MinimumSessionTimerInterval | Gets or sets the minimum session interval. Any session-expires interval less than this value in messages will not be accepted. (inherited from RealTimeEndpoint) | |
OwnerUri | Gets the URI of the owner of the endpoint. (inherited from RealTimeEndpoint) | |
ProxyCertificateSubject | Gets or sets the subject of the certificate to expect from the proxy. | |
ReliableProvisionalResponsePolicy | Gets or sets the default policy for supporting 100rel extension feature. If an application supports this then the remote can ask for this when sending provisional responses which will result in PRACK message geting sent to acknowledge the response. An application should set this to set the policy globally for all sessions created. For outgoing session, ExtensionFeatureSupport.Required is not recommended since it is not meaningful and it likely to be rejected by the remote side with 420 (BadExtension) response. (inherited from RealTimeEndpoint) | |
RouteSetRecoveryMode | Gets the mode used for recovery of the session's route set. (inherited from RealTimeEndpoint) | |
State | Gets the current state of the endpoint. | |
SyncRoot | Obsolete. Get the syncroot of this endpoint. (inherited from RealTimeEndpoint) | |
Uri | Gets the URI of the endpoint. This URI is meant to be routable if presented to another peer. Hence this might include port (if listening) and a URI parameter called ms-opaque that is used for uniquely routing incoming messages to the right p2p endpoint by the connection manager. (Overrides RealTimeEndpoint.Uri.) | |
UserAgent | Gets the user agent string used for messages. This includes the platform's header followed by the header supplied by the application, if any. (inherited from RealTimeEndpoint) |
Top
Methods
Name | Description | |
---|---|---|
AddFeatureParameter(String) | Adds a feature parameter. See rfc 3840. (inherited from RealTimeEndpoint) | |
AddFeatureParameter(String, String) | Adds a feature parameter. See rfc 3840. (inherited from RealTimeEndpoint) | |
AddSipExtension | Adds an extension to the list of supported extensions for Invite. If an incoming Invite message has a required header that does not exist in this list, it will be automatically rejected with 420. Once an item is added to this list, it cannot be removed. This list does not affect outgoing Invites for which the application is responsible for adding any necessary headers such as "Supported" or "Require" headers for specific SIP extensions. (inherited from RealTimeEndpoint) | |
ApplyRouteSetRecoverySettings | Applies the specified route set recovery settings to the endpoint. (inherited from RealTimeEndpoint) | |
BeginSendMessage(MessageType, RealTimeAddress, SendMessageOptions, AsyncCallback, Object) | Sends a message. (inherited from RealTimeEndpoint) | |
BeginSendMessage(MessageType, RealTimeAddress, ContentType, [], AsyncCallback, Object) | Sends a message to another endpoint. (inherited from RealTimeEndpoint) | |
BeginSendMessage(MessageType, RealTimeAddress, ContentType, [], IEnumerable<SignalingHeader>, AsyncCallback, Object) | Sends a message. (inherited from RealTimeEndpoint) | |
BeginSendMessage(String, MessageType, RealTimeAddress, ContentType, [], IEnumerable<SignalingHeader>, AsyncCallback, Object) | Sends a message. | |
BeginTerminate | Terminates the endpoint and cleans up active sessions and resources. The endpoint is no longer usable. (inherited from RealTimeEndpoint) | |
EndSendMessage | Waits for the pending SendMessage operation to complete. (inherited from RealTimeEndpoint) | |
EndTerminate | Completes the asynchronous Terminate operation. (inherited from RealTimeEndpoint) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetFeatureParameterValue | Gets the value of the given parameter. (inherited from RealTimeEndpoint) | |
GetHashCode | (inherited from Object) | |
GetSupportedSipExtensions | Gets the list of extensions supported by this endpoint. By default, this list is populated with extensions understood by the platform. The application can add other extensions it can support. Incoming Invite messages will be automatically rejected with 420 response if it contains a Requires header with option-tag that is not present in this list. (inherited from RealTimeEndpoint) | |
GetTraceCorrelationID | Gets the trace correlation id for this instance. (inherited from RealTimeEndpoint) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ProcessNotifyReceived | Obsolete. Event handler for incoming notify request. (inherited from RealTimeEndpoint) | |
RegisterForPageModeMessages | Register for page mode messages. (inherited from RealTimeEndpoint) | |
RemoveFeatureParameter | Removes a feature parameter matching the name if it exists. (inherited from RealTimeEndpoint) | |
SendMessage(MessageType, RealTimeAddress, ContentType, []) | Synchronously sends a message. The endpoint should be in the Connected state. This method is not recommended for a UI thread. (inherited from RealTimeEndpoint) | |
SendMessage(MessageType, RealTimeAddress, ContentType, [], IEnumerable<SignalingHeader>) | Synchronously sends a message. The session should be in connected state. This method is not recommended for a UI thread. (inherited from RealTimeEndpoint) | |
Terminate | Terminates the endpoint and cleans up active sessions and resources. The endpoint is no longer usable. (inherited from RealTimeEndpoint) | |
ToString | Returns the string representation of the object. (inherited from RealTimeEndpoint) | |
UnregisterForPageModeMessages | Unregister for pagemode messages (inherited from RealTimeEndpoint) |
Top
Events
Name | Description | |
---|---|---|
MessageReceived | Raised when a message is received. (inherited from RealTimeEndpoint) | |
SessionReceived | Raised when a new invitation is received. (inherited from RealTimeEndpoint) | |
StateChanged | Raised when the state of the endpoint changes. |
Top