Table of Contents

Class ExchangeUtility

Namespace
Fluxzy.Utils
Assembly
Fluxzy.Core.dll
public static class ExchangeUtility
Inheritance
ExchangeUtility
Inherited Members

Methods

GetRequestBodyFileNameSuggestion(IExchange)

public static string GetRequestBodyFileNameSuggestion(IExchange exchange)

Parameters

exchange IExchange

Returns

string

GetResponseBodyFileNameSuggestion(ExchangeInfo)

public static string GetResponseBodyFileNameSuggestion(ExchangeInfo exchange)

Parameters

exchange ExchangeInfo

Returns

string

TryGetAuthorityInfo(string, out string, out int, out bool)

public static bool TryGetAuthorityInfo(string fullUrl, out string hostName, out int port, out bool secure)

Parameters

fullUrl string
hostName string
port int
secure bool

Returns

bool