221 lines
21 KiB
Plaintext
221 lines
21 KiB
Plaintext
TYPE FinalFactory.Rendezvous.Client.ConnectionTicketConsumptionResult
|
|
ENUM Accepted=1
|
|
ENUM NotFound=2
|
|
ENUM Expired=3
|
|
ENUM Rejected=4
|
|
ENUM AlreadyConsumed=5
|
|
ENUM Revoked=6
|
|
TYPE FinalFactory.Rendezvous.Client.ConnectionTicketValidator
|
|
CTOR (System.Int32 maximumAuthorizedTickets)
|
|
METHOD FinalFactory.Rendezvous.Client.ConnectionTicketConsumptionResult Consume(FinalFactory.Rendezvous.Contracts.JoinAttemptId attemptId, System.String connectionTicket)
|
|
METHOD System.Void Dispose()
|
|
METHOD System.Boolean Revoke(FinalFactory.Rendezvous.Contracts.JoinAttemptId attemptId)
|
|
METHOD System.String ToString()
|
|
METHOD System.Boolean TryAuthorize(FinalFactory.Rendezvous.Contracts.JoinAttemptId attemptId, System.String connectionTicket, System.DateTimeOffset expiresAt)
|
|
TYPE FinalFactory.Rendezvous.Client.DirectConnectionRequest
|
|
CTOR ()
|
|
PROP FinalFactory.Rendezvous.Contracts.JoinAttemptId AttemptId {get;set;}
|
|
PROP System.String ConnectionTicket {get;set;}
|
|
METHOD System.String ToString()
|
|
TYPE FinalFactory.Rendezvous.Client.DirectConnectionRequestCodec
|
|
FIELD System.Int32 EncodedLength=63
|
|
METHOD System.Byte[] Encode(FinalFactory.Rendezvous.Contracts.JoinAttemptId attemptId, System.String connectionTicket)
|
|
METHOD System.Boolean IsRendezvousRequest(System.ReadOnlySpan<System.Byte> encoded)
|
|
METHOD System.Boolean TryDecode(System.ReadOnlySpan<System.Byte> encoded, FinalFactory.Rendezvous.Client.DirectConnectionRequest& request)
|
|
TYPE FinalFactory.Rendezvous.Client.IRendezvousDelay
|
|
METHOD System.Threading.Tasks.Task DelayAsync(System.TimeSpan delay, System.Threading.CancellationToken cancellationToken)
|
|
TYPE FinalFactory.Rendezvous.Client.IRendezvousJoinClient
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Collections.Generic.IReadOnlyList<FinalFactory.Rendezvous.Contracts.HostJoinAttempt>>> BrowseAllForHostAsync(FinalFactory.Rendezvous.Client.PublishedSession session, System.Int32 maximumPages, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.BrowseHostJoinAttemptsResponse>> BrowseForHostAsync(FinalFactory.Rendezvous.Client.PublishedSession session, System.Int32 pageSize, System.String cursor, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Boolean>> CancelAsync(FinalFactory.Rendezvous.Contracts.CreateJoinAttemptResponse attempt, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.CreateJoinAttemptResponse>> CreateAsync(FinalFactory.Rendezvous.Contracts.CreateJoinAttemptRequest request, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousConnectionStartResult> CreateConnectionAttemptAsync(FinalFactory.Rendezvous.Contracts.CreateJoinAttemptRequest request, FinalFactory.Rendezvous.Contracts.NetworkEndpoint dedicatedFallback, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.ReportConnectionOutcomeResponse>> ReportOutcomeAsync(FinalFactory.Rendezvous.Contracts.CreateJoinAttemptResponse attempt, FinalFactory.Rendezvous.Client.RendezvousConnectionOutcome outcome, System.Threading.CancellationToken cancellationToken)
|
|
TYPE FinalFactory.Rendezvous.Client.IRendezvousPublisherClient
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Boolean>> DeregisterAsync(FinalFactory.Rendezvous.Client.PublishedSession session, System.String publisherCredential, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Client.PublishedSession>> RegisterAsync(FinalFactory.Rendezvous.Contracts.RegisterSessionRequest request, System.String publisherCredential, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.RenewLeaseResponse>> RenewAsync(FinalFactory.Rendezvous.Client.PublishedSession session, System.String publisherCredential, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Boolean>> UpdateAsync(FinalFactory.Rendezvous.Client.PublishedSession session, FinalFactory.Rendezvous.Contracts.UpdateSessionRequest request, System.String publisherCredential, System.Threading.CancellationToken cancellationToken)
|
|
TYPE FinalFactory.Rendezvous.Client.IRendezvousSessionBrowserClient
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Collections.Generic.IReadOnlyList<FinalFactory.Rendezvous.Contracts.SessionListing>>> BrowseAllAsync(FinalFactory.Rendezvous.Contracts.BrowseSessionsRequest request, System.Int32 maximumPages, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.BrowseSessionsResponse>> BrowseAsync(FinalFactory.Rendezvous.Contracts.BrowseSessionsRequest request, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.GetSessionResponse>> GetAsync(FinalFactory.Rendezvous.Contracts.SessionListingId listingId, FinalFactory.Rendezvous.Contracts.GameId gameId, FinalFactory.Rendezvous.Contracts.EnvironmentId environmentId, System.UInt32 protocolVersion, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Collections.Generic.IAsyncEnumerable<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.SessionStreamEvent>> StreamAsync(FinalFactory.Rendezvous.Contracts.BrowseSessionsRequest request, System.String streamCursor, System.Threading.CancellationToken cancellationToken)
|
|
TYPE FinalFactory.Rendezvous.Client.LeaseMaintenanceResult
|
|
PROP FinalFactory.Rendezvous.Contracts.RendezvousErrorCode Error {get;}
|
|
PROP FinalFactory.Rendezvous.Client.LeaseMaintenanceStopReason Reason {get;}
|
|
TYPE FinalFactory.Rendezvous.Client.LeaseMaintenanceStopReason
|
|
ENUM Cancelled=1
|
|
ENUM Disposed=2
|
|
ENUM LeaseLost=3
|
|
ENUM Failed=4
|
|
TYPE FinalFactory.Rendezvous.Client.PublishedSession
|
|
PROP System.DateTimeOffset ExpiresAt {get;}
|
|
PROP System.String HostPresenceCapability {get;}
|
|
PROP FinalFactory.Rendezvous.Contracts.MediationHandle HostPresenceHandle {get;}
|
|
PROP System.Int32 HostPresenceRefreshAfterSeconds {get;}
|
|
PROP FinalFactory.Rendezvous.Contracts.LeaseId LeaseId {get;}
|
|
PROP System.Int32 LeaseRenewAfterSeconds {get;}
|
|
PROP System.String LeaseToken {get;}
|
|
PROP FinalFactory.Rendezvous.Contracts.SessionListingId ListingId {get;}
|
|
METHOD System.String ToString()
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousClientCoordinator
|
|
CTOR (LiteNetLib.NetManager manager, FinalFactory.Rendezvous.Client.RendezvousNetListener networkEvents, System.Net.IPEndPoint mediator, FinalFactory.Rendezvous.Contracts.CreateJoinAttemptResponse attempt, FinalFactory.Rendezvous.Client.RendezvousCoordinatorOptions options)
|
|
PROP LiteNetLib.NetPeer ConnectedPeer {get;}
|
|
PROP System.Boolean IsCompleted {get;}
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionOutcome Outcome {get;}
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionState State {get;}
|
|
EVENT System.EventHandler<FinalFactory.Rendezvous.Client.RendezvousConnectionCompletedEventArgs> Completed
|
|
METHOD System.Void Cancel()
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Boolean>> CancelAsync(FinalFactory.Rendezvous.Client.IRendezvousJoinClient joinClient, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Void Dispose()
|
|
METHOD System.Void Poll()
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.ReportConnectionOutcomeResponse>> ReportOutcomeAsync(FinalFactory.Rendezvous.Client.IRendezvousJoinClient joinClient, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.String ToString()
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousClientOptions
|
|
CTOR ()
|
|
PROP System.TimeSpan InitialRetryDelay {get;set;}
|
|
PROP System.Double JitterRatio {get;set;}
|
|
PROP System.TimeSpan MaximumRetryDelay {get;set;}
|
|
PROP System.Int32 MaximumSafeRetries {get;set;}
|
|
PROP System.TimeSpan RequestTimeout {get;set;}
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousClientResult
|
|
METHOD FinalFactory.Rendezvous.Client.RendezvousClientResult<T> Failure(FinalFactory.Rendezvous.Contracts.RendezvousErrorCode error, System.String message, System.Nullable<System.Int32> retryAfterSeconds)
|
|
METHOD FinalFactory.Rendezvous.Client.RendezvousClientResult<T> Success(T value)
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousClientResult<T>
|
|
PROP FinalFactory.Rendezvous.Contracts.RendezvousErrorCode Error {get;}
|
|
PROP System.Boolean IsSuccess {get;}
|
|
PROP System.String Message {get;}
|
|
PROP System.Nullable<System.Int32> RetryAfterSeconds {get;}
|
|
PROP T Value {get;}
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousConnectionCompletedEventArgs
|
|
CTOR (FinalFactory.Rendezvous.Client.RendezvousConnectionState state, LiteNetLib.NetPeer peer)
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionOutcome Outcome {get;}
|
|
PROP LiteNetLib.NetPeer Peer {get;}
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionState State {get;}
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousConnectionFailureCategory
|
|
ENUM None=0
|
|
ENUM Directory=1
|
|
ENUM Compatibility=2
|
|
ENUM Authorization=3
|
|
ENUM Capacity=4
|
|
ENUM HostPresence=5
|
|
ENUM Service=6
|
|
ENUM Mediation=7
|
|
ENUM NatTraversal=8
|
|
ENUM DirectConnection=9
|
|
ENUM Lifecycle=10
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousConnectionOutcome
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionFailureCategory Category {get;}
|
|
PROP FinalFactory.Rendezvous.Contracts.NetworkEndpoint DedicatedFallback {get;}
|
|
PROP System.TimeSpan Elapsed {get;}
|
|
PROP System.Boolean HasDedicatedFallback {get;}
|
|
PROP System.Boolean IsSuccess {get;}
|
|
PROP FinalFactory.Rendezvous.Contracts.ConnectionOutcomeKind Kind {get;}
|
|
PROP LiteNetLib.NetPeer Peer {get;}
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionPhase Phase {get;}
|
|
PROP System.Nullable<FinalFactory.Rendezvous.Contracts.RendezvousErrorCode> ServiceError {get;}
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionOutcomeSource Source {get;}
|
|
METHOD FinalFactory.Rendezvous.Contracts.ConnectionElapsedBucket BucketElapsed(System.TimeSpan elapsed)
|
|
METHOD FinalFactory.Rendezvous.Client.RendezvousConnectionOutcome FromServiceError(FinalFactory.Rendezvous.Contracts.RendezvousErrorCode error, System.TimeSpan elapsed, FinalFactory.Rendezvous.Contracts.NetworkEndpoint dedicatedFallback)
|
|
METHOD System.String ToString()
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousConnectionOutcomeSource
|
|
ENUM RendezvousService=1
|
|
ENUM LocalTraversal=2
|
|
ENUM RemoteHost=3
|
|
ENUM Caller=4
|
|
ENUM Lifecycle=5
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousConnectionPhase
|
|
ENUM Directory=1
|
|
ENUM Authorization=2
|
|
ENUM Mediation=3
|
|
ENUM NatTraversal=4
|
|
ENUM DirectConnection=5
|
|
ENUM Complete=6
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousConnectionStartResult
|
|
PROP FinalFactory.Rendezvous.Contracts.CreateJoinAttemptResponse Attempt {get;}
|
|
PROP System.Boolean IsCompleted {get;}
|
|
PROP System.Boolean IsReadyForTraversal {get;}
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionOutcome Outcome {get;}
|
|
METHOD FinalFactory.Rendezvous.Client.RendezvousConnectionStartResult Completed(FinalFactory.Rendezvous.Client.RendezvousConnectionOutcome outcome)
|
|
METHOD FinalFactory.Rendezvous.Client.RendezvousConnectionStartResult ReadyForTraversal(FinalFactory.Rendezvous.Contracts.CreateJoinAttemptResponse attempt)
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousConnectionState
|
|
ENUM Punching=1
|
|
ENUM Connecting=2
|
|
ENUM Connected=3
|
|
ENUM Cancelled=4
|
|
ENUM TimedOut=5
|
|
ENUM Rejected=6
|
|
ENUM ManagerStopped=7
|
|
ENUM Disposed=8
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousCoordinatorOptions
|
|
CTOR ()
|
|
PROP System.TimeSpan ConnectionTicketLifetime {get;set;}
|
|
PROP FinalFactory.Rendezvous.Contracts.NetworkEndpoint DedicatedFallbackOverride {get;set;}
|
|
PROP System.TimeSpan DirectConnectTimeout {get;set;}
|
|
PROP System.TimeSpan InitialPunchRetryDelay {get;set;}
|
|
PROP System.Double JitterRatio {get;set;}
|
|
PROP System.Int32 MaximumAttemptChecksPerPoll {get;set;}
|
|
PROP System.Int32 MaximumPunchRequests {get;set;}
|
|
PROP System.TimeSpan MaximumPunchRetryDelay {get;set;}
|
|
PROP System.TimeSpan PunchTimeout {get;set;}
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousHostAttemptCompletedEventArgs
|
|
CTOR (FinalFactory.Rendezvous.Contracts.JoinAttemptId attemptId, FinalFactory.Rendezvous.Client.RendezvousConnectionState state, LiteNetLib.NetPeer peer)
|
|
PROP FinalFactory.Rendezvous.Contracts.JoinAttemptId AttemptId {get;}
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionOutcome Outcome {get;}
|
|
PROP LiteNetLib.NetPeer Peer {get;}
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousConnectionState State {get;}
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousHostCoordinator
|
|
CTOR (LiteNetLib.NetManager manager, FinalFactory.Rendezvous.Client.RendezvousNetListener networkEvents, System.Net.IPEndPoint mediator, FinalFactory.Rendezvous.Client.PublishedSession session, FinalFactory.Rendezvous.Client.IRendezvousJoinClient joinClient, FinalFactory.Rendezvous.Client.RendezvousCoordinatorOptions options)
|
|
PROP System.Int32 PendingAttemptCount {get;}
|
|
PROP FinalFactory.Rendezvous.Client.RendezvousHostState State {get;}
|
|
EVENT System.EventHandler<FinalFactory.Rendezvous.Client.RendezvousHostAttemptCompletedEventArgs> AttemptCompleted
|
|
METHOD System.Void Dispose()
|
|
METHOD System.Void Poll()
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Int32>> RefreshJoinAttemptsAsync(System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.String ToString()
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousHostState
|
|
ENUM Active=1
|
|
ENUM ManagerStopped=2
|
|
ENUM Disposed=3
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousJoinClient
|
|
CTOR (System.Net.Http.HttpClient httpClient, FinalFactory.Rendezvous.Client.RendezvousClientOptions options, FinalFactory.Rendezvous.Client.IRendezvousDelay delay)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Collections.Generic.IReadOnlyList<FinalFactory.Rendezvous.Contracts.HostJoinAttempt>>> BrowseAllForHostAsync(FinalFactory.Rendezvous.Client.PublishedSession session, System.Int32 maximumPages, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.BrowseHostJoinAttemptsResponse>> BrowseForHostAsync(FinalFactory.Rendezvous.Client.PublishedSession session, System.Int32 pageSize, System.String cursor, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Boolean>> CancelAsync(FinalFactory.Rendezvous.Contracts.CreateJoinAttemptResponse attempt, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.CreateJoinAttemptResponse>> CreateAsync(FinalFactory.Rendezvous.Contracts.CreateJoinAttemptRequest request, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousConnectionStartResult> CreateConnectionAttemptAsync(FinalFactory.Rendezvous.Contracts.CreateJoinAttemptRequest request, FinalFactory.Rendezvous.Contracts.NetworkEndpoint dedicatedFallback, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.ReportConnectionOutcomeResponse>> ReportOutcomeAsync(FinalFactory.Rendezvous.Contracts.CreateJoinAttemptResponse attempt, FinalFactory.Rendezvous.Client.RendezvousConnectionOutcome outcome, System.Threading.CancellationToken cancellationToken)
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousNetListener
|
|
CTOR ()
|
|
PROP LiteNetLib.EventBasedNetListener GameplayEvents {get;}
|
|
PROP LiteNetLib.EventBasedNatPunchListener PunchEvents {get;}
|
|
METHOD LiteNetLib.NetManager CreateManager()
|
|
METHOD System.Void OnConnectionRequest(LiteNetLib.ConnectionRequest request)
|
|
METHOD System.Void OnMessageDelivered(LiteNetLib.NetPeer peer, System.Object userData)
|
|
METHOD System.Void OnNetworkError(System.Net.IPEndPoint endPoint, System.Net.Sockets.SocketError socketError)
|
|
METHOD System.Void OnNetworkLatencyUpdate(LiteNetLib.NetPeer peer, System.Int32 latency)
|
|
METHOD System.Void OnNetworkReceive(LiteNetLib.NetPeer peer, LiteNetLib.NetPacketReader reader, System.Byte channelNumber, LiteNetLib.DeliveryMethod deliveryMethod)
|
|
METHOD System.Void OnNetworkReceiveUnconnected(System.Net.IPEndPoint remoteEndPoint, LiteNetLib.NetPacketReader reader, LiteNetLib.UnconnectedMessageType messageType)
|
|
METHOD System.Void OnNtpResponse(LiteNetLib.Utils.NtpPacket packet)
|
|
METHOD System.Void OnPeerAddressChanged(LiteNetLib.NetPeer peer, System.Net.IPEndPoint previousAddress)
|
|
METHOD System.Void OnPeerConnected(LiteNetLib.NetPeer peer)
|
|
METHOD System.Void OnPeerDisconnected(LiteNetLib.NetPeer peer, LiteNetLib.DisconnectInfo disconnectInfo)
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousPublisherClient
|
|
CTOR (System.Net.Http.HttpClient httpClient, FinalFactory.Rendezvous.Client.RendezvousClientOptions options, FinalFactory.Rendezvous.Client.IRendezvousDelay delay)
|
|
METHOD FinalFactory.Rendezvous.Client.SessionLeaseMaintainer CreateLeaseMaintainer(FinalFactory.Rendezvous.Client.PublishedSession session, System.String publisherCredential)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Boolean>> DeregisterAsync(FinalFactory.Rendezvous.Client.PublishedSession session, System.String publisherCredential, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Client.PublishedSession>> RegisterAsync(FinalFactory.Rendezvous.Contracts.RegisterSessionRequest request, System.String publisherCredential, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.RenewLeaseResponse>> RenewAsync(FinalFactory.Rendezvous.Client.PublishedSession session, System.String publisherCredential, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Boolean>> UpdateAsync(FinalFactory.Rendezvous.Client.PublishedSession session, FinalFactory.Rendezvous.Contracts.UpdateSessionRequest request, System.String publisherCredential, System.Threading.CancellationToken cancellationToken)
|
|
TYPE FinalFactory.Rendezvous.Client.RendezvousSessionBrowserClient
|
|
CTOR (System.Net.Http.HttpClient httpClient, FinalFactory.Rendezvous.Client.RendezvousClientOptions options, FinalFactory.Rendezvous.Client.IRendezvousDelay delay)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<System.Collections.Generic.IReadOnlyList<FinalFactory.Rendezvous.Contracts.SessionListing>>> BrowseAllAsync(FinalFactory.Rendezvous.Contracts.BrowseSessionsRequest request, System.Int32 maximumPages, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.BrowseSessionsResponse>> BrowseAsync(FinalFactory.Rendezvous.Contracts.BrowseSessionsRequest request, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.GetSessionResponse>> GetAsync(FinalFactory.Rendezvous.Contracts.SessionListingId listingId, FinalFactory.Rendezvous.Contracts.GameId gameId, FinalFactory.Rendezvous.Contracts.EnvironmentId environmentId, System.UInt32 protocolVersion, System.Threading.CancellationToken cancellationToken)
|
|
METHOD System.Collections.Generic.IAsyncEnumerable<FinalFactory.Rendezvous.Client.RendezvousClientResult<FinalFactory.Rendezvous.Contracts.SessionStreamEvent>> StreamAsync(FinalFactory.Rendezvous.Contracts.BrowseSessionsRequest request, System.String streamCursor, System.Threading.CancellationToken cancellationToken)
|
|
TYPE FinalFactory.Rendezvous.Client.SessionLeaseMaintainer
|
|
EVENT System.EventHandler LeaseLost
|
|
METHOD System.Threading.Tasks.ValueTask DisposeAsync()
|
|
METHOD System.Threading.Tasks.Task<FinalFactory.Rendezvous.Client.LeaseMaintenanceResult> RunAsync(System.Threading.CancellationToken cancellationToken)
|